Skip to main content
Glama

generate_gauge_chart

Visualize single indicators like CPU usage, progress, or performance scores using a gauge chart. Configure dimensions, themes, and output formats for dynamic, clear data representation.

Instructions

Generate a gauge chart to display single indicator's current status, such as, CPU usage rate, completion progress, or performance scores.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataYesData for gauge chart, such as, [{ name: 'CPU Usage', value: 75 }]. Multiple gauges can be displayed.
heightNoSet the height of the chart, default is 600px.
maxNoMaximum value of the gauge, default is 100.
minNoMinimum value of the gauge, default is 0.
outputTypeNoThe output type of the diagram. Can be 'png', 'svg' or 'option'. Default is 'png', 'png' will return the rendered PNG image, 'svg' will return the rendered SVG string, and 'option' will return the valid ECharts option.png
themeNoSet the theme for the chart, optional, default is 'default'.default
titleNoSet the title of the chart.
widthNoSet the width of the chart, default is 800px.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/hustcc/mcp-echarts'

If you have feedback or need assistance with the MCP directory API, please join our Discord server