xile611

Results 41 issues of xile611

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

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

treemap中Label属性有目录但无文档 https://www.visactor.io/vchart/option/treemapChart#label.visible ![img_v3_02a0_e0f3e38e-4391-4253-8e21-7b518a48b3hu](https://github.com/VisActor/VChart/assets/6111424/c5a1c698-1e97-462a-af5d-c574db03549d)

``` const IMAGEX_URL_PREFIX = 'https://p-file.bytedance.net/tos-cn-i-owbsiqhmhc'; const TooltipID = 'scatter-chart-tooltip-link'; const spec = { type: 'common', data: [ { id: 'data', values: scatterData } ], animationAppear: false, animationEnter: false, animationUpdate: false,...

### What problem does this feature solve? when the size of data is too large, `DataZoom`、`Brush`、`Scrollbar` should close `realTime` and use `throttle` by default. related issue: https://github.com/VisActor/VChart/issues/2745 ### What does...

### Version no ### Link to Minimal Reproduction no need ### Steps to Reproduce ``` const spec = { type: "area", animation: true, color: { specified: { A: "#FFA41A", B:...

bug

[[中文版模板 / Chinese template](https://github.com/VisActor/VChart/blob/main/.github/PULL_REQUEST_TEMPLATE/pr_cn.md?plain=1)] ### 🤔 This is a ... - [x] New feature - [ ] Bug fix - [ ] TypeScript definition update - [ ] Bundle size...

vchart
chore
typescript

### What problem does this feature solve? 状态动画支持独立的动画参数配置,主要是: ``` const DefaultStateAnimateConfig: IAnimateConfig = { duration: 200, easing: 'cubicOut' }; ``` ### What does the proposed API look like? ``` {...

### What problem does this feature solve? 支持不同图表类型,指定不同的组件主题样式 ### What does the proposed API look like? ``` { chart: { bar?: ITheme; line?: ITheme; } } ```