generate_gauge_chart
Create visual gauge charts to represent metrics like CPU usage, progress, or performance scores. Customize charts with titles, themes, dimensions, and value ranges for clear data presentation.
Instructions
Generate a gauge chart to display single indicator's current status, such as, CPU usage rate, completion progress, or performance scores.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
data | Yes | Data for gauge chart, such as, [{ name: 'CPU Usage', value: 75 }]. Multiple gauges can be displayed. | |
height | No | Set the height of the chart, default is 600px. | |
max | No | Maximum value of the gauge, default is 100. | |
min | No | Minimum value of the gauge, default is 0. | |
theme | No | Set the theme for the chart, optional, default is 'default'. | default |
title | No | Set the title of the chart. | |
width | No | Set the width of the chart, default is 800px. |