echarts
echarts copied to clipboard
Apache ECharts is a powerful, interactive charting and data visualization library for browser
### Version 5.3.2 ### Link to Minimal Reproduction https://codesandbox.io/p/sandbox/echarts-basic-example-template-mpfz1s ### Steps to Reproduce 1. Populate a bars or gauge chart with data 2. Zoom it or out until the size...
## Brief Information This pull request is in the type of: - [ ] bug fixing - [x] new feature - [ ] others ### What does this PR do?...
### Version 5.5.1 ### Link to Minimal Reproduction https://echarts.apache.org/examples/en/editor.html?c=line-stack ### Steps to Reproduce 1. Go to https://echarts.apache.org/examples/en/editor.html?c=line-stack 2. Add the following line to the end of the JS-file: `document.body.style.zoom =...
### Version 5.0.2 ### Reproduction link [https://jsfiddle.net/sr5o68yt/](https://jsfiddle.net/sr5o68yt/) ### Steps to reproduce 1. Click The Zoom 0.5 button 2. hover on the chart, you can see tooltip display issue. ### What...
### What problem does this feature solve? In the graph component, it is necessary to add an "id" attribute to each element in the data, and then use this "id"...
## Brief Information This pull request is in the type of: - [x] bug fixing - [ ] new feature - [ ] others ### What does this PR do?...
## Brief Information This pull request is in the type of: - [ ] bug fixing - [x] new feature - [ ] others ### What does this PR do?...
### What problem does this feature solve? **Case** Rather than show a numerical value of the last (upper bound) label on the Y Axis, it is sometimes desirable to show...
### Version 5.2.2 ### Link to Minimal Reproduction https://codesandbox.io/p/sandbox/ntt82g ### Steps to Reproduce 1. When changing the line height value in the index.js in the tooltip 2. Open the popup...
### What problem does this feature solve? Custom styling of legend items wrapping both the icon and the text. This is currently not an option. Something that looks like this:...