Skip to main content
Glama
VisActor
by VisActor

generate_progress_chart

Create visual progress charts for proportional metrics using normalized data between 0 and 1. Supports linear, circular, gauge, and liquid chart types to represent completion rates or progress in a clear format.

Instructions

Generates a progress chart for visualizing quantitative values normalized between 0 and 1. Ideal for representing progress, completion rates, or proportional metrics. The gauge chart and liquid chart currently only supports displaying data for a single dimension.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
backgroundNoChart background color (hex). Optional, defaults to white.
chartThemeNoChart theme. Optional, defaults to 'light'.
chartTypeYes
colorFieldNoDimension field, Must exist in the data, required in linear_progress, circular_progress and gauge
colorsNoColor palette for chart elements.
dataTableYesData for the progress chart, e.g., [{ category: 'category 01', value: 0.5 }].
heightNoChart height. Optional, defaults to 500.
outputNoChart output type. Defaults to 'image'.image
subTitleNoChart subtitle text.
titleNoChart title text.
titleOrientNoTitle position in the chart.
valueFieldYesMeasure field with values in [0, 1]. Must exist in the data.
widthNoChart width. Optional, defaults to 500.

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/VisActor/vchart-mcp-server'

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