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_029q_51dfb6f9-2ff1-430e-851d-67f49254fa2g](https://github.com/VisActor/VChart/assets/11360419/de58e135-af91-44e5-8039-3d87f5486e56) ### What does the proposed API look like? none

![img_v3_0290_bbc567a4-2b01-45e6-a520-59edc0da29hu](https://github.com/VisActor/VChart/assets/6111424/93ba4899-5a11-46e2-9e45-177f7d337582)

![Image](https://github.com/VisActor/VChart/assets/49136199/1bccc471-2d55-4f4b-b92c-ba74c8420f8d) ``` const spec = { "type": "common", "region": [ { "clip": true } ], "series": [ { "id": "mainSeries", "type": "bar", "xField": [ "240305120101014", "10001" ], "yField": "10011", "zIndex":...

high priority

### What problem does this feature solve? Support max & min spec of pie label to adapt the label layout to avoid label abbreviation. ### What does the proposed API...

有很多用户反馈左轴空间较大,图表没有占满空间的问题。 计划在教程中增加图表当前内置主题的默认padding的说明。需要介绍padding配置+默认值。

good first issue

### 环境 ``` 浏览器: Microsoft Edge( 版本 122.0.2365.63 (正式版本) (arm64)) 系统: macOS Sonoma 14.3.1 ``` ### 版本 lastest ### 场景描述: 有一个 区域的图, 数据是设备采集一整晚的数据, 用markArea标记出一块表示当前显示的区域是哪一个区间的时间, 并支持点击切换任意的时刻(充当一个时间选择器来使用) 初始内存 开启动态标记后 内存增长的速度会随着数据的规模和变动的次数, 越发明显, 有些时候回直接导致页面崩溃...

### Version 1.10.0 ### Link to Minimal Reproduction 暂无生产链接 ### Steps to Reproduce const chart = { type: 'common', seriesField: 'color', color: ['#3370FF', '#34C724', '#FFD200', '#FF8800', '#9F5FFF'], padding: [24, 0,...

bug

### What problem does this feature solve? To ensure compatibility with mobile devices, my application has been designed such that the page is rotated by 90 degrees to enable a...

open source community

* 增加`formater`插件教程 * 补充一些示例