echarts
echarts copied to clipboard
Apache ECharts is a powerful, interactive charting and data visualization library for browser
### Version 5.3.3 ### Link to Minimal Reproduction https://codesandbox.io/s/hopeful-payne-3kyvgp ### Steps to Reproduce select the line or mixed chart -> the legends functional correctly, but in the area doesn't have...
### Version 5.3.2 ### Link to Minimal Reproduction https://codepen.io/crazywood007/pen/vYRaJzL ### Steps to Reproduce 1. Create chart at any site, it dos't matter. 2. The option is: ``` { grid: {...
## Brief Information This pull request is in the type of: - [ ] bug fixing - [x] 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?...
### Version ^5.3.3 ### Link to Minimal Reproduction _No response_ ### Steps to Reproduce 1. set tooltip.trigger axis 2. mouse move enter chart 3. the line shown but tooltip is...
### Version ^5.3.3 ### Link to Minimal Reproduction _No response_ ### Steps to Reproduce 1. 普通画个折线图,显示legend 2. 点击legend隐藏某条折线 3. 鼠标在chart上移动 4. 刚才隐藏掉的折线上的小圆点显示出来,但折线还是正常隐藏的 ### Current Behavior ```js optionData: { animation:false, title:...
### Version "echarts-gl": "^2.0.9", "echarts": "^5.3.1", ### Link to Minimal Reproduction _No response_ ### Steps to Reproduce Echarts 3D地图+scatter3D +geo3D+echarts-gl ,点击事件失效。获取不到点击部分的数据名称 ### Current Behavior 1. Echarts 3D地图+scatter3D +geo3D+echarts-gl ,点击事件失效。获取不到点击部分的数据名称 //...
### What problem does this feature solve? echarts.extendChartView,echarts.extendSeriesModel 等.... 这些扩展api 文档里面没有找到请问哪里可以查阅吗? ### What does the proposed API look like? 【期望结果】
### Version 5.3.3 ### Link to Minimal Reproduction _No response_ ### Steps to Reproduce const data = []; for (let i = 0; i
### Version 5.1.1 ### Steps to reproduce in script use document.body.style.zoom to adapt different size of screen. in echarts option add tooltip. use ctrl in browser to zoom your demo...