Melon
Melon
### What problem does this feature solve? force to display first label tick (when setting min for axes) ### What does the proposed API look like? firstVisible: boolean
### Version 1.13.2 ### Link to Minimal Reproduction null ### Steps to Reproduce null ### Current Behavior 目前 null 和 false 在 stroke 视觉通道上的表现不一致(例如配置 Line.point.style.stroke 时),但是视觉通道类型定义里缺少了 null 的定义。 ### Expected...
### Version 1.13.7 ### Link to Minimal Reproduction null ### Steps to Reproduce ```js const spec = { type: 'bar', width: 440, data: [ { id: 'barData', values: [ {...
### Version 1.12.7-alpha.0 ### Link to Minimal Reproduction null ### Steps to Reproduce 用户内部环境下可复现,本地暂时难以复现。 ### Current Behavior hover 到 datazoom 上偶先 startText & endText 文字不显示。 ### Expected Behavior datazoom 文字正常显示...
### What problem does this feature solve? - 目前在饼图标签数据较少同时标签内容较大(多行)的情况下,饼图标签的布局效果不佳,需要优化; - 并且在顶部以及底部的标签容易由于空间不足而无法显示。 example: ```js const spec = { type: 'pie', data: [ { id: 'id0', values: [ { type: 'oxygen', value:...
### Version 2.0.8 ### Link to Minimal Reproduction null ### Steps to Reproduce https://www.visactor.com/vchart/playground?specId=5022849057×tamp=1763457454041&version=2.0.8&theme=light ### Current Behavior 轴标签没有按照设置后的宽度进行布局,导致超出了画布范围 ### Expected Behavior 按照设置后的宽度对轴标签进行正确布局 ### Environment ```markdown - OS: - Browser: -...
### Version 2.0.6 ### Link to Minimal Reproduction null ### Steps to Reproduce https://www.visactor.com/vchart/playground?specId=9414230184×tamp=1761897044923&version=2.0.7&theme=light ### Current Behavior datazoom interaction not working ### Expected Behavior corrent interaction ### Environment ```markdown -...
### Version 2.0.0 ### Link to Minimal Reproduction null ### Steps to Reproduce Demo: https://visactor.io/vchart/demo-react/usage/line-default-select ### Current Behavior ### Expected Behavior ### Environment ```markdown - OS: - Browser: - Framework:...
### Version 2.0.0 ### Link to Minimal Reproduction null ### Steps to Reproduce ```js const getData = () => ['2:00', '4:00', '6:00', '8:00', '10:00', '12:00', '14:00', '16:00', '18:00'].map(time => ({...
### Version 2.0.0 ### Link to Minimal Reproduction null ### Steps to Reproduce demo: https://codesandbox.io/p/sandbox/visactor-vchart-react-demo-forked-87l6rk?file=%2Fsrc%2FApp.tsx%3A27%2C3 click multiple times on legend: ### Current Behavior ### Expected Behavior no error ### Environment...