echarts
echarts copied to clipboard
Apache ECharts is a powerful, interactive charting and data visualization library for browser
### Version 5.4 ### Link to Minimal Reproduction https://jsfiddle.net/eLojgs21/ ### Steps to Reproduce 1. Click on a (sub-) segment in the sunburst chart, e.g. "Uncle Leo" 2. select a category...
### One-line summary [问题简述] This is a feature request. Add the option to see labels in the lines of the Tree series chart. ### Version & Environment [版本及环境] + ECharts...
### Version 5.4.3 ### Link to Minimal Reproduction 无 ### Steps to Reproduce map3D地图:先绘制中国地图,再根据点击省份注册省份地图并绘制,配置动画效果( animationEasingUpdate: 'quarticOut'),因权限无法配图 ### Current Behavior 下钻到省份时会产生中国地图的残留放射形线条,在setOption之前调用clear会清掉这些放射线条,但是就没有了动画效果 ### Expected Behavior 下钻到省份时正常展示,无放射状线条 ### Environment ```markdown - OS: -...
### Version 5.0.1 ### Steps to reproduce 1. 先绘制中国地图 2. 点击某个省之后,重新注册对应省的地图数据并再次调用 setOption ### What is expected? 能像 4.x 版本一样向下钻取地图时候有过渡动画效果 ### What is actually happening? 没有过渡动画效果 --- ```typescript const myCharts =...
### Version 5.0.2 ### Reproduction link [https://jsfiddle.net/sgLp5mqu/3/](https://jsfiddle.net/sgLp5mqu/3/) ### Steps to reproduce Just run jsfiddle then you can find that the graph interval is not set at above (timeseriese) graph. I...
### Version ng-echarts 8.0.1 ### Link to Minimal Reproduction https://611udm.csb.app/ ### Steps to Reproduce ``` import * as echarts from "echarts"; import "./styles.css"; const chart = echarts.init(document.getElementById("app")); chart.setOption({ xAxis: {...
### What problem does this feature solve? Currently we need to attach a dataZoom component to zoom. This enables either widget zooming or mouse wheel zooming, but it does not...
### What problem does this feature solve? When we use a line series and set [connectNulls](https://echarts.apache.org/en/option.html#series-line.connectNulls)=`false` the NULL data samples will not be visible, but the axis-pointer will still snap...
### Version 5.0.2 ### Steps to reproduce As you add more series, the legend overlaps the grid. It does not make sense to hard-code margins for every graph. That makes...
### Version 5.4.3 ### Link to Minimal Reproduction https://echarts.apache.org/examples/en/editor.html?c=bar-simple&lang=ts&code=MYewdgzgLgBAFiArgJwjAvDA2gKBjAbxgBMBDKAUwC4YByAJgAZ6AWAWkYEY37PaAaeElQ1OMAL6CA9FJgBlRGDIBPPIRLlqdJqw7d6AZgFCUEGgA4J02QFlwKtUTKUaDZuy48WxhKZoA2KxgZGAAVRAoIB3wnTVcdD30AVh9hMxgAdiCQgHUKYjBI6PVnLTddT3p_VL9MgDpLSWDZULhTYtiXbXc9HgyakRgDbNkAMWQASw6NLvLEnnMB9MY6sSaQuXIUadL4nsqATiXREflFHbjuiu4DRmOYTkZTuyVSVRiZsoTegz5BX0G_jqw3WLQiUTejk-ewq9D09yyoJgeQKRUhH12Vw8cOY93MdSSp1a7XRJUucw4OKM_zSNAOp3GU1JnS--xx3hptTWzXkW2QDgAugBuHA4ABmimAUAm4BgEF8ABtiAAhCgAYRACpAyHyAAoJkoKAAPGhgRAAWwARhRkABKGiWkCaiikMCENQhHVQFBug3EY0wACkMHoGEwjDUXp9MD9AeDWXQiZgTwAPimY4ajUHMmHMIEeQB3CgUADWFCUEBw4lFIAADtLZZgCGojQBBI0TdLN_D4KDKWtlYCaADm2uUAjU-AgtYVEygrZ1pBo3Z7U4QBZoUGQEX4k57BsoyAAbqQFTR9ZnBCeFRFbRgAHxyxUq9Wa7V62NG2271fV_CSNRlHbTtlxgPsB1ca8IloKw1AgG0JkiGhcFXFdV2cJcTFQOpzVIWtdV1OA73QR8sDgOpSn-OoAQgAVvz3Xt-zKS1SGQCdV3wOcKHNOQ-wVLQ0I40AtWQc9OlIABJTMJGIx95SQJVVQ1ES9QwqT_S_GAAH4YAAImHHVlF0mAaF0y0bwoXSGIkPc_xgAUqyFIA ### Steps to Reproduce 1. Open the linked Minimal Reproduction 2. Observe that both `xAxis.splitArea.interval` and `series.itemStyle.color` use the same conditional...