Visualizing structured data as charts
Author: jaguarliuu
Version: 0.0.3
Type: tool
Transform JSON data into interactive charts effortlessly using AI. Supports all major ECharts visualization types with customizable styling.
Install from Marketplace
Visit your platform's plugin marketplace and search for "rookie_data_alchemy".
Click Install to add the plugin to your dify.
Launch the plugin after installation.
Provide the following parameters:
Click Start Execution to generate your chart
| Chinese Name | English Equivalent |
|---|---|
| 柱状图 | Bar Chart |
| 折线图 | Line Chart |
| 饼图 | Pie Chart |
| 散点图 | Scatter Plot |
| 雷达图 | Radar Chart |
| 漏斗图 | Funnel Chart |
| [Full list in documentation] |
Use natural language to request:
Input Parameters:
Output:
Interactive pie chart with annotated percentages in goldenrod palette.
The Chart Auto Generator plugin automatically analyzes your data and generates appropriate chart configurations for visualization. It supports various chart types including bar, line, pie, scatter, radar, funnel, heatmap, and boxplot charts.
| Parameter | Required | Description |
|---|---|---|
| Yes | Your dataset in JSON format (array of objects or single object) | |
| Yes | Type of chart to generate. Options: , , , , , , , , or (for automatic selection) | |
| No | Custom title for your chart | |
| No | Color scheme for the chart. Either: - Predefined schemes: , , , , , , - Custom colors as comma-separated hex values (e.g. ) |
The plugin returns an ECharts configuration in the following format: