Results 26 issues of Melon

example: https://visactor.bytedance.net/vtable/demo/interaction/move-header-position ![img_v3_02a8_84aeaf59-b9b4-46fb-983b-9fa0082e3aag](https://github.com/VisActor/VTable/assets/14228496/88f32212-5a6b-4579-a9b6-dbb01a655ecd)

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

bug

### 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',...

animation

### 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 ![image](https://github.com/VisActor/VChart/assets/14228496/cc0aacb9-d666-46ce-a049-eac882e17eb2) ### Expected Behavior ![image](https://github.com/VisActor/VChart/assets/14228496/a2d34e6e-aa0e-494c-9c6e-b97ba2fdc4fc) ### Environment ```markdown - OS: - Browser: -...

bug

### Version 1.5.4 ### Link to Minimal Reproduction null ### Steps to Reproduce ```js { "records": [], "rows": [ { "dimensionKey": "date", "width": "auto", "headerStyle": { "fontSize": 16, "bgColor": "#EEF1F5"...

bug

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

high priority

### What problem does this feature solve? Support chart like this: ![img_v3_02c5_d35ae1d8-65d1-4f78-8e0b-616f546379hu](https://github.com/VisActor/VChart/assets/14228496/654d15e1-d614-4e8e-9d14-162bd2de6d8e) ### What does the proposed API look like? ```js data: { values: [ // rest value { sets:...

good first issue

### What problem does this feature solve? 业务需求: 当气泡的值接近时,气泡会重叠,导致用户查看数据困难,只能通过最顶上的猜其他的值,和用户预期不太一致 期望此时可以同时显示多组值 或 可以在重叠的几组间切换 ### What does the proposed API look like? null