echarts
echarts copied to clipboard
Apache ECharts is a powerful, interactive charting and data visualization library for browser
### Version 4.7.0 ### Reproduction link [https://jsfiddle.net/9vskh3e4/](https://jsfiddle.net/9vskh3e4/) ### Steps to reproduce ```javascript option = { xAxis: { type: 'time', }, yAxis: { type: 'value' }, series: [{ data: [[0, 100],...
### Version 4.7.0 ### Reproduction link [https://youtu.be/_0w9kIjcuUU](https://youtu.be/_0w9kIjcuUU) ### Steps to reproduce Use this option object: ```js option = { "yAxis": [{ "type": "category", "show": true, "data": ["Virginia", "Minnesota", "Michigan", "Texas",...
## Brief Information This pull request is in the type of: - [x] bug fixing - [x] new feature - [ ] others ### What does this PR do? Add...
### Version 4.6.0 ### Reproduction link [https://www.echartsjs.com/examples/en/editor.html?c=line-aqi](https://www.echartsjs.com/examples/en/editor.html?c=line-aqi) ### Steps to reproduce 官方demo也存在同样问题,将图表放大拖动 ### What is expected? 选中点效果只有一个 ### What is actually happening? 选中点效果有很多不能消失 
### Version 4.6.0 ### Steps to reproduce See the case in The source code is: ```html JS Bin Should run on Safari Click me, the BB series will disappear unexpectedly....
### Version 4.6.0 ### Steps to reproduce xAxis>axisLabel>interval为函数的时候showMaxLabel、showMinLabel参数无效 ### What is expected? interval为函数的时候怎么显示最大最小值 ### What is actually happening? 不能显示最大最小值
### Version 4.5.0 ### Reproduction link [https://jsfiddle.net/u1mj9wfg/1/](https://jsfiddle.net/u1mj9wfg/1/) ### Steps to reproduce Notice the minimum Value in the middle of the Chart beeing 0. Now set the width of the div...
### What problem does this feature solve? 在很多场景下需要visualMap 中的颜色是渐变,如预警满足条件高亮,虽然系列中的data组装成数组对象设置渐变色能达到,但是对于这种方式显示很不方便 ### What does the proposed API look like? visualMap: [ { type: 'piecewise ', pieces: [ { value: 123, label: '123(自定义特殊颜色)',...
### What problem does this feature solve? Right now there is no way to set the markline from the dataset with encode. It could prove very useful to do so,...
### What problem does this feature solve? Current API lacks the ability to control line style for varied segments. For example, if we want to make different styles for a...