echarts
echarts copied to clipboard
Apache ECharts is a powerful, interactive charting and data visualization library for browser
### Version 4.9.0 ### Reproduction link [https://www.makeapie.com/editor.html?c=xORmXghiRB&v=2](https://www.makeapie.com/editor.html?c=xORmXghiRB&v=2) ### Steps to reproduce Open the console and view the parameters printed by the formatter function ### What is expected? The parameters are...
### Version 4.9.0 ### Steps to reproduce Throwing an exception in collectAxesInfo, modelHelper.js "Cannot read properties of undefined (reading 'get')" ### What is expected? It should not throw exception ###...
## Brief Information This pull request is in the type of: - [x] bug fixing - [ ] new feature - [ ] others ### What does this PR do?...
### Version 5.3.3 ### Link to Minimal Reproduction _No response_ ### Steps to Reproduce  option = { title: { text: '时频分析', left:"left", textStyle:{ fontSize:'14', color:'#454545', fontWeight:600, } }, grid:...
### Version 5.3.3 ### Link to Minimal Reproduction _No response_ ### Steps to Reproduce 1. create a graphic element 2. add rotation option to it 3. observe graphic rotation vs...
### Version 5.3.3 ### Link to Minimal Reproduction https://jsfiddle.net/amiraj/5Lka0wmx/4/ ### Steps to Reproduce 1. Create a regular heatmap and set the axis types to 'value' 2. zoom in and out...
Graph Emphasis Full Path: This pull request is in the type of: - [ ] bug fixing - [x] new feature - [ ] others this pull request adding the...
### Version 4.8.0 ### Link to Minimal Reproduction _No response_ ### Steps to Reproduce > let geoCoordMap = { "area1": [116.549772, 39.864385], "area2": [ 117.511929,40.406521], }; var alirl= [[[121.15, 31.89],[109.781327,...
### What problem does this feature solve? it will fit more scenes. Replace the existing with a method similar below ```javascript /** * x > 0 y = log10(x) +...
### What problem does this feature solve? Currently there is no easy way for a user to add annotations to a chart. The data can be initialised with labelled points...