echarts
echarts copied to clipboard
Apache ECharts is a powerful, interactive charting and data visualization library for browser
### Version 5.1.2 ### Link to Minimal Reproduction 1 ### Steps to Reproduce https://github.com/apache/echarts/issues/20357#issue-2535513564 ### Current Behavior 不能轮播高亮展示某个区域并展示当前区域的toolTip,map3D dispatch的showTip、highlight无效 ### Expected Behavior 希望 map3D dispatch的showTip能正常轮播 tooltip ### Environment ```markdown -...
### Version 5.3.2 ### Link to Minimal Reproduction https://www.makeapie.cn/echarts_content/xVNl_-jjok.html ### Steps to Reproduce geo地图大数据量点位label展示卡顿,canvas卡顿更严重,svg稍微流畅一些,使用点位两千个label左右;是不是静止状态下一直执行渲染导致? ### Current Behavior 1 ### Expected Behavior 1 ### Environment ```markdown - OS: - Browser: -...
## 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?...
### Version 6.0.0 ### Link to Minimal Reproduction [repro](https://echarts.apache.org/examples/en/editor.html?code=vVHLDoIwELzzFWTPXEw0PhIP_obEQ6mraUSWlCWBGP5dlxZIiXh0T9uZ3ZlpSyUbKo6vKP4UMFGeUQOH2AE9eEPFtcUA7ImrYnUmegrTjZTrusQpNqfGVDIA3JaiAVox3sm2MIy0fiQdJWY-lVa5rLKtcWZz8RoVWoM_RQb73BQIbmsyYKUfQvbNak7LPQPpoVJQkGx8hpDIINl-JbRsBPh08i_yz_TrpfS7pfT7xfTuR6LuDQ&enc=deflate) config ```json { "toolbox": { "feature": { "dataZoom": {} } }, "xAxis": {"type": "category"}, "yAxis": [ { "scale": true } ],...
fix(axis): honor showMinLabel/showMaxLabel for broken axis with time/value scales ## Brief Information This pull request is in the type of: - [x] bug fixing - [ ] new feature -...
### Version 4.7.0 ### Steps to reproduce in this example https://echarts.apache.org/examples/en/editor.html?c=watermark add these lines to yAxis: ``` name:'some longe name', nameLocation:'center', ```  ### What is expected? the name comes...
### Version 5.4.3 ### Link to Minimal Reproduction https://stackblitz.com/edit/js-mtnyxw ### Steps to Reproduce 1. import echarts by script ```html ``` 2. set echarts options ```js const myChart = echarts.init(document.getElementById('host')); const...
### Version 5.6.0 ### Link to Minimal Reproduction https://echarts.apache.org/examples/en/editor.html?c=map-usa ### Steps to Reproduce Open https://echarts.apache.org/examples/en/editor.html?c=map-usa on an Android device running Firefox mobile. Use your fingers to pinch into the map....
### Version 5.4.1 ### Link to Minimal Reproduction https://echarts.apache.org/examples/en/editor.html?c=map-usa ### Steps to Reproduce Open https://echarts.apache.org/examples/en/editor.html?c=map-usa on a smartphone. Use your fingers to pinch into the map. ### Current Behavior The...