generate_parallel_chart
Create parallel coordinates charts to visualize multi-dimensional datasets, enabling easy comparison of products or entities across multiple attributes. Input data series and dimensions to generate customizable charts.
Instructions
Generate a parallel coordinates chart to display multi-dimensional data, such as, comparing different products across multiple attributes.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
data | Yes | Data for parallel chart, such as, [{ name: 'Product A', values: [4.2, 3.4, 2.3, 1.8] }]. | |
dimensions | Yes | Names of the dimensions/axes, such as, ['Price', 'Quality', 'Service', 'Value']. | |
height | No | Set the height of the chart, default is 600px. | |
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. |