VChart
VChart copied to clipboard
VChart, more than just a cross-platform charting library, but also an expressive data storyteller.
### What problem does this feature solve? 多个轴的场景,当某一个轴对应的数据已经被完全筛选掉之后,希望隐藏掉轴这个轴  ``` const spec = { type: 'common', data: [ { id: 'dau', values: [ { x: '05-01', type: '日均用户数', y: 5...
### What problem does this feature solve? 如下,当图表在 iframe 内展示,并且这个 iframe 高度较小时,期望可以优化 tooltip 的效果,比如高度不超过容器高度,同时内部可以自动滚动   ### What does the proposed API look like? NA
### What problem does this feature solve? ``` const spec = { type: 'line', data: { values: [ { time: '2:00', value: 38 }, { time: '4:00', value: 56 },...
 优先级不高, 未来会做, 但近期不会做
1. 主题相关教程补充vchart-theme github地址 2. 补充vchart-theme贡献文档 https://github.com/VisActor/vchart-theme
### Version 1.11.0 ### Link to Minimal Reproduction null ### Steps to Reproduce Caused by smart invert, need to fix the priority of style config and smart invert. ```js const...
### Version all ### Link to Minimal Reproduction https://www.visactor.io/vchart/demo/heatmap-chart/basic-heatmap?version=1.11.0 ### Steps to Reproduce 1、复制如下代码至官网demo,修改 label position 值,看是否有效 ```javascript const items = [ 'Asset Liability Ratio', 'Asset Liability Ratio (Deducting Advance...
1. 实现条形图 2. 交互细节如下: demo中用到的数据参考如下: ``` [{ "x": "北京", "y": 3080, "type": "top1" }, { "x": "天津", "y": 2880, "type": "top2" }, { "x": "重庆", "y": 880, "type": "top3" },...
