Skip to main content
Glama

generate_parallel_chart

Create parallel coordinates charts to visualize and compare multi-dimensional data across various attributes, such as product features or performance metrics. Customize dimensions, themes, and output formats for in-depth analysis.

Instructions

Generate a parallel coordinates chart to display multi-dimensional data, such as, comparing different products across multiple attributes.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataYesData for parallel chart, such as, [{ name: 'Product A', values: [4.2, 3.4, 2.3, 1.8] }].
dimensionsYesNames of the dimensions/axes, such as, ['Price', 'Quality', 'Service', 'Value'].
heightNoSet the height of the chart, default is 600px.
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