Results 26 issues of Melon

### Version 2.0.0 ### Link to Minimal Reproduction null ### Steps to Reproduce ```ts const spec = { type: 'line', data: { values: [ { time: '2:00', value: 8 },...

bug

### What problem does this feature solve? Cross line.type config in theme is not working for now. ### What does the proposed API look like? ```js component: { bandField: {...

### Version 2.0.0 ### Link to Minimal Reproduction null ### Steps to Reproduce ```js const spec = { "width": 236, "height": 260, "0": "{", "1": "}", "padding": {}, "type": "waterfall",...

bug

### Version 2.0.0 ### Link to Minimal Reproduction null ### Steps to Reproduce null ### Current Behavior 2.0.0 版本似乎没有办法正常触发图表的退场动画,需要 VChart 修复 ### Expected Behavior 提供 VChart 退场动画支持 ### Environment ```markdown...

bug

### Version 2.0.0 ### Link to Minimal Reproduction null ### Steps to Reproduce ```js const spec = { "0": "{", "1": "}", "padding": {}, "type": "common", "data": [ { "id":...

bug

### Version 1.12.14 ### Link to Minimal Reproduction null ### Steps to Reproduce ```js function formatNumberToTenThousand(num, decimalPlaces = 2, unitStyle) { if (typeof num !== 'number') { return '-'; //...

bug