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://echarts.apache.org/examples/en/editor.html?c=graph-label-overlap ### Steps to Reproduce 1) set emphasis options to use focus: 'adjacency' 2) point mouse over different categories ### Current Behavior...
### Version 5.3.2 ### Link to Minimal Reproduction _No response_ ### Steps to Reproduce Created the Polar Bar Chart a and can't use containLabel and grid properties in Circular charts...
### Version 5.3.3 ### Link to Minimal Reproduction https://echarts.apache.org/examples/en/editor.html?code=PYBwLglsB2AEC8sDeAoWsAeBBDEDOAXMmurGAJ4gCmRARAMYCGYVA5sAE7m0A0J6AE2aMiAbVoBZGL1i0AKgFcqM2gHUqAlXIAWClQDEOEFQGVmphdFoBdEgF8-6ADZsq0AUSQOS5HPk_e6HhURlSEsKKopLDQjAC2NLIseGC8_LBCYCIRABwATAAMPLAAnADMecUlBQCMVWUALMU1edXNZWVFsDUVBdaOpBTUdE4Q0MoD6IwcVIwmFC6e6ej0wE6cdBysAEaMABQtOc15R90nxQUAdACsAJRp0eicEKxjdCnTqZOkoIz0EBQiDV0oFSKNxvNyItiI9YKt1hxNjt9odjqdUbArncHo8holaHg1hBNN8niA_gDyEDSbAAO7EsDaIEFEH2Wx2IA&_source=echarts-doc-preview ### Steps to Reproduce See link for reproduction. ### Current Behavior Setting the same color to areastyle and linestyle does NOT...
### Version 5.3.3 ### Link to Minimal Reproduction _No response_ ### Steps to Reproduce 1.create funnel series for data points and give static heights 2.container height should be small ###...
## 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 版本:5.3.3 配置代码代码如下: `option = { "backgroundColor": "#000a40", "title": { "text": "title", "x": "center", "top": 15, "textStyle":...
### Version 4.8.0 ### Reproduction link [Test code](https://gallery.echartsjs.com/editor.html?c=xI02xxZ13f&v=1) ### Steps to reproduce I saw the very same title issue before, I thought the problem was solved, but when I tried...
### Version 4.8.0 ### Reproduction link [https://echarts.apache.org/examples/zh/editor.html?c=tree-polyline](https://echarts.apache.org/examples/zh/editor.html?c=tree-polyline) ### Steps to reproduce 你们不充许放截图,截图就一目了然了。 ```js var data = { "name": "flare", "children": [ { "name": "data", /* "children": [先保留这段代码,然再注释这段代码(其他的化data多余的代码都去除,再注释这段才会看到效果),这里显示图就不正确了,有一些多余的线段 { "name": "converters",...
### Version 4.7.0 ### Reproduction link [http://jsfiddle.net/jarben/823k0pyo/](http://jsfiddle.net/jarben/823k0pyo/) ### Steps to reproduce Click on the "stack" toolbox button ### What is expected? The tooltip should be in English ### What is...
### Version 4.7.0 ### Reproduction link [https://codepen.io/maysh/pen/YzyxXrJ](https://codepen.io/maysh/pen/YzyxXrJ) ### Steps to reproduce 直接打开复现链接中查看即可,第二张图表中,取消勾选all_oStor这一项的数据,再查看一下鼠标的联动效果,可以发现,联动实效。 ### What is expected? 预期两个图表的联动应该不受选择了那些数据项的影响 ### What is actually happening? 实际当第二张图表不选择all_oStor这一项时,联动实效。 --- 无 不取消第二张表中 all oStor ,两个表有联动效果: ...