Melon
Melon
example: https://visactor.bytedance.net/vtable/demo/interaction/move-header-position 
### Version 1.11.0 ### Link to Minimal Reproduction null ### Steps to Reproduce Caused by smart invert, need to fix the priority of style config and smart invert. ```js const...
### What problem does this feature solve? Add additional custom animation to show opacity change from bar bottom to top. ### What does the proposed API look like? type: 'flash',...
### 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...
### Version 1.10.4 ### Link to Minimal Reproduction null ### Steps to Reproduce https://visactor.io/vchart/demo/layout/grid-layout ### Current Behavior  ### Expected Behavior  ### Environment ```markdown - OS: - Browser: -...
### Version 1.5.4 ### Link to Minimal Reproduction null ### Steps to Reproduce ```js { "records": [], "rows": [ { "dimensionKey": "date", "width": "auto", "headerStyle": { "fontSize": 16, "bgColor": "#EEF1F5"...
### What problem does this feature solve? Allows the user to get the time when word cloud chart rendering is completed. ### What does the proposed API look like? 'afterWordCloudDraw'
### What problem does this feature solve? 当前刷选操作刷选在空白数据时,startValue 和 endValue 会变成第一个数值,期望能够提供一个配置项来控制这一默认表现,在操作空白区域时 dataZoomChange 不触发。 ### What does the proposed API look like? - emptyBrush: 'none' | 'closestValue' ### spec ```js const...
### What problem does this feature solve? Support chart like this:  ### What does the proposed API look like? ```js data: { values: [ // rest value { sets:...
### What problem does this feature solve? 业务需求: 当气泡的值接近时,气泡会重叠,导致用户查看数据困难,只能通过最顶上的猜其他的值,和用户预期不太一致 期望此时可以同时显示多组值 或 可以在重叠的几组间切换 ### What does the proposed API look like? null