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? 期望支持指标卡颜色动态配置  ### What does the proposed API look like? none

 ``` const spec = { "type": "common", "region": [ { "clip": true } ], "series": [ { "id": "mainSeries", "type": "bar", "xField": [ "240305120101014", "10001" ], "yField": "10011", "zIndex":...
### 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配置+默认值。
### 环境 ``` 浏览器: 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,...
### 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...
* 增加`formater`插件教程 * 补充一些示例