VMind icon indicating copy to clipboard operation
VMind copied to clipboard

Not only automatic, but also intelligent. An Intelligent data Visualization System, based on LLM.

Results 69 VMind issues
Sort by recently updated
recently updated
newest added

1. 根据当前环境,调用VChart图片导出API生成图表图片 2. 调研canvas图表转GIF和视频方案,为VMind增加图表转gif、视频接口 接口示例: ```ts const res=vmind.exportChart(spec,type) //type可以是image, gif或video ```

OSPP 2024

VMind图表智能生成模块接入组合图,使用同一份数据集,生成common chart,多个图表组合在一张图表中展示: ![Image](https://github.com/VisActor/VMind/assets/20367445/0c7f0dee-3b65-435b-b257-592ec460cb11)

OSPP 2024

### What problem does this feature solve? there are 2 steps in skylark chart generation: chart type recommend and field map assign. If the second step fails, we cal also...

enhancement

### Version 1.2.4-alpha.5 ### Link to Minimal Reproduction null ### Steps to Reproduce see feat/node-support branch. ### Current Behavior gif size error: ![vmind-wordcloud-1707376254884](https://github.com/VisActor/VMind/assets/20367445/915fe056-67c2-4455-a841-6c55e9c7b22f) ### Expected Behavior gif has the same...

bug