VChart icon indicating copy to clipboard operation
VChart copied to clipboard

VChart, more than just a cross-platform charting library, but also an expressive data storyteller.

Results 387 VChart issues
Sort by recently updated
recently updated
newest added

### What problem does this feature solve? 多个轴的场景,当某一个轴对应的数据已经被完全筛选掉之后,希望隐藏掉轴这个轴 ![img_v3_02ar_78f0a40c-0324-449b-b5e6-80619143640g](https://github.com/VisActor/VChart/assets/15776277/ba9666dd-a3fb-4af1-8473-9e4ddec2a0c4) ``` const spec = { type: 'common', data: [ { id: 'dau', values: [ { x: '05-01', type: '日均用户数', y: 5...

### What problem does this feature solve? 如下,当图表在 iframe 内展示,并且这个 iframe 高度较小时,期望可以优化 tooltip 的效果,比如高度不超过容器高度,同时内部可以自动滚动 ![image](https://github.com/VisActor/VChart/assets/135952300/d10cef2a-5e95-4951-b3db-648ed63e6809) ![image](https://github.com/VisActor/VChart/assets/135952300/abbeee7f-2e8b-405c-965f-1c9b60445ac0) ### 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 },...

![Image](https://github.com/VisActor/VChart/assets/49136199/a10a3c93-1e38-44f1-8a75-08a13637cb0e) 优先级不高, 未来会做, 但近期不会做

enhancement
bp

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...

bug

### 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...

bug

1. 实现条形图 2. 交互细节如下: demo中用到的数据参考如下: ``` [{ "x": "北京", "y": 3080, "type": "top1" }, { "x": "天津", "y": 2880, "type": "top2" }, { "x": "重庆", "y": 880, "type": "top3" },...

good first issue
demos

![Y2ZJbcjuDl](https://github.com/VisActor/VChart/assets/6111424/28f176a8-e7f7-44f7-8cef-2bf088e666c1)

demos
tutor