Results 6 issues of rookie

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

### Version 1.10.5 ### Link to Minimal Reproduction https://www.visactor.io/vchart/demo/data-zoom/data-zoom-big-data?version=1.10.5 ### Steps to Reproduce 1、复制如下代码覆盖该链接的代码 [https://www.visactor.io/vchart/demo/data-zoom/data-zoom-big-data?version=1.10.5](url) ```javascript const responseOrder = await fetch('https://lf9-dp-fe-cms-tos.byteorg.com/obj/bit-cloud/order-count-data.json'); const dataOrder = await responseOrder.json(); const responseProfit = await...

bug

需求: ![image](https://github.com/VisActor/VChart/assets/20121525/fd515df7-6c20-4ab2-a907-0822b0494243) demo: https://codesandbox.io/p/sandbox/muddy-firefly-d7gj2p?file=%2Fsrc%2FBar%2Findex.ts spec 参数: ```javascript const spec = { type: 'bar', data: { values: [ { "x0": "自然", "x1": "深市", "x2": "2022", "x": "自然-深市-2022", "type": "券商计数", "value": "1"...

open source community

需求: 图表数据量很大,且轴标签文本过长,想使用自动省略布局,但需要设置 sampling: false,从而导致缩略轴拖动有卡顿现象。 卡顿 demo: https://codesandbox.io/p/sandbox/hopeful-ritchie-dpr2ld?file=%2Fsrc%2Findex.ts 官方 demo:(缩略轴支持大数据量场景下交互) https://visactor.io/vchart/demo/data-zoom/data-zoom-big-data spec 参数: ``` javascript const responseOrder = await fetch('https://lf9-dp-fe-cms-tos.byteorg.com/obj/bit-cloud/order-count-data.json'); const dataOrder = await responseOrder.json(); const responseProfit = await fetch('https://lf9-dp-fe-cms-tos.byteorg.com/obj/bit-cloud/profit-count-data.json'); const...

open source community

### What problem does this feature solve? 请问下轴标签如何设置密集一点且能自适应,不重叠? 1、设置自动隐藏属性,如图: ![img_v3_02dh_c1698fcc-12bf-41d8-bfa7-ff5c4d13a56g](https://github.com/user-attachments/assets/aadc49fa-0f1d-4897-8270-6df3fc5cc157) 2、取消自动隐藏属性,如图: ![img_v3_02dh_0d63abcc-b56f-4baa-b09d-8ced909f63eg](https://github.com/user-attachments/assets/0ba8f9c5-d165-464a-9b6d-6fc7355d5c78) 3、期望效果:期望轴标签斜着的时候也能达到竖着时候的自适应效果。如图: ![img_v3_02dh_25ceca1e-3694-4b7b-ba36-858e25b2abbg](https://github.com/user-attachments/assets/589a97b0-7fc2-4c94-868d-23cc5bea63df) ![img_v3_02dh_b168d4fb-e01e-40de-9068-f3d17dfa51ag](https://github.com/user-attachments/assets/39ca326b-90f3-4240-bc6a-cda6e22c0d40) 配置如下: ```javascript const response = await fetch('https://lf9-dp-fe-cms-tos.byteorg.com/obj/bit-cloud/stocks.json'); const data = await response.json(); const spec =...

复现步骤: 1、打开官网 demo : https://www.visactor.io/vchart/demo/heatmap-chart/basic-heatmap 2、手动调整分辨率,就可以看到每调整一下就闪一下 ![image](https://github.com/VisActor/VChart/assets/20121525/accba661-ee5d-4b47-9fcb-6c5dd272356c)