Skip to content

Commit

Permalink
fix: add demo link
Browse files Browse the repository at this point in the history
  • Loading branch information
da730 committed Feb 6, 2024
1 parent a090f46 commit 8d7d8aa
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 25 deletions.
26 changes: 13 additions & 13 deletions docs/assets/guide/en/Basic_Tutorial/Chart_Generation.md
Original file line number Diff line number Diff line change
Expand Up @@ -253,19 +253,19 @@ This can reduce the process of calling the large model once, reduce token consum

## Chart Types Supported by VMind
VMind currently supports 13 common chart types in VChart:
- Bar chart
- Line chart
- Pie chart
- Scatter plot
- Dual-axis chart
- Word cloud
- Rose chart
- Radar chart
- Box plot
- Funnel chart
- Sankey diagram
- Waterfall chart
- [Dynamic bar chart (ranking bar)](https://www.visactor.io/vchart/demo/storytelling/ranking-bar)
- [Bar Chart](https://www.visactor.io/vchart/demo/bar-chart/basic-column)
- [Line Chart](hhttps://www.visactor.io/vchart/demo/line-chart/basic-line)
- [Pie Chart](https://www.visactor.io/vchart/demo/pie-chart/basic-pie)
- [Scatter Chart](https://www.visactor.io/vchart/demo/scatter-chart/basic-scatter)
- [Dual Axis Chart](https://www.visactor.io/vchart/demo/combination/dual-axis)
- [Word Cloud](https://www.visactor.io/vchart/demo/word-cloud-chart/word-cloud-basic)
- [Rose Chart](https://www.visactor.io/vchart/demo/rose-chart/basic-rose)
- [Radar Chart](https://www.visactor.io/vchart/demo/radar-chart/basic-radar)
- [Box Plot](https://www.visactor.io/vchart/demo/box-plot/basic-box-plot)
- [Funnel Chart](https://www.visactor.io/vchart/demo/funnel-chart/basic-funnel)
- [Sankey Chart](https://www.visactor.io/vchart/demo/sankey-chart/basic-sankey)
- [Waterfall Chart](https://www.visactor.io/vchart/demo/waterfall/basic-waterfall)
- [Dynamic Bar Chart (ranking bar)](https://www.visactor.io/vchart/demo/storytelling/ranking-bar)

Depending on the `userPrompt` and `fieldInfo`, these chart types may all be recommended by the large language model.

Expand Down
24 changes: 12 additions & 12 deletions docs/assets/guide/zh/Basic_Tutorial/Chart_Generation.md
Original file line number Diff line number Diff line change
Expand Up @@ -254,18 +254,18 @@ const { spec, time } = await vmind.generateChart(userPrompt, fieldInfo, dataset,

## VMind支持的图表类型
VMind目前支持VChart中常见的13种图表类型:
- 柱状图
- 折线图
- 饼图
- 散点图
- 双轴图
- 词云
- 玫瑰图
- 雷达图
- 箱型图
- 漏斗图
- 桑基图
- 瀑布图
- [柱状图](https://www.visactor.io/vchart/demo/bar-chart/basic-column)
- [折线图](hhttps://www.visactor.io/vchart/demo/line-chart/basic-line)
- [饼图](https://www.visactor.io/vchart/demo/pie-chart/basic-pie)
- [散点图](https://www.visactor.io/vchart/demo/scatter-chart/basic-scatter)
- [双轴图](https://www.visactor.io/vchart/demo/combination/dual-axis)
- [词云](https://www.visactor.io/vchart/demo/word-cloud-chart/word-cloud-basic)
- [玫瑰图](https://www.visactor.io/vchart/demo/rose-chart/basic-rose)
- [雷达图](https://www.visactor.io/vchart/demo/radar-chart/basic-radar)
- [箱型图](https://www.visactor.io/vchart/demo/box-plot/basic-box-plot)
- [漏斗图](https://www.visactor.io/vchart/demo/funnel-chart/basic-funnel)
- [桑基图](https://www.visactor.io/vchart/demo/sankey-chart/basic-sankey)
- [瀑布图](https://www.visactor.io/vchart/demo/waterfall/basic-waterfall)
- [动态条形图(ranking bar)](https://www.visactor.io/vchart/demo/storytelling/ranking-bar)

根据`userPrompt``fieldInfo`的不同,这些图表类型都有可能被大语言模型推荐。
Expand Down

0 comments on commit 8d7d8aa

Please sign in to comment.