echarts
echarts copied to clipboard
Apache ECharts is a powerful, interactive charting and data visualization library for browser
### Version master https://github.com/apache/echarts/commit/c9e9a022d1fc71c78c0f85ebc8d5169c0edc1ab6 ### Link to Minimal Reproduction Just a documentation error. ### Steps to Reproduce - Open https://echarts.apache.org/en/api.html#echarts.init which states that both `width` and `height` are of type...
### Version 5.1.2 ### Reproduction link [https://codepen.io/mihailtrunov/pen/qBjRpBv](https://codepen.io/mihailtrunov/pen/qBjRpBv) ### Steps to reproduce 1. Set axis types as: X - "time", Y - "value". 2. Define "line" series with data that has...
### What problem does this feature solve? 目前echarts的markline 都放在series内部, 希望能够支持不跟随series 放在option层级的markline ### What does the proposed API look like? option = { title: { text: 'Temperature Change in the Coming...
### Version e.g.5.3.3 ### Link to Minimal Reproduction _No response_ ### Steps to Reproduce 设置折线树图的initialTreeDepth为2,再点击结点展开和收缩就会出现多余的线 ### Current Behavior 无 ### Expected Behavior 希望能解决这个bug ### Environment ```markdown - OS: - Browser:...
### Version 4.5.0 ### Steps to reproduce sankey series.label rich.backgroundcolor not work just url can be used HTMLImageElement and DataURI not work, image is empty , nothing in here have...
### What problem does this feature solve? Sometimes it makes sense to display data from polygons that are covered by other polygons.  In the example above I wanted to...
### What problem does this feature solve? 目前`tooltip`不支持`rich`,`renderMode:'richText'`似乎是一个没用的选项,在没有dom的微信小程序里,没办法自定义不同的样式。 Currently, `rich`is not supported by`tooltip`, and`renderMode:'richText'`seems to be a useless option. In wechat applets without DOM, there is no way to customize...
### Version 4.9.0 ### Link to Minimal Reproduction _No response_ ### Steps to Reproduce ```js const options = { dataZoom: [ { type: 'inside', xAxisIndex: [0], start: 80, end: 100...
### Version 4.9.0 ### Reproduction link [https://jsfiddle.net/ramgorur/gxf6La29/](https://jsfiddle.net/ramgorur/gxf6La29/) ### Steps to reproduce Just go to the ``JSFiddle`` and run the code. No setup necessary. ### What is expected? Was expecting the...
- 节点重叠,过多节点时节点重叠。 - 节点拖拽,能否将节点位置定位到拖拽后位置,不弹回去。 - 缩放问题,能否缩放时相应label字体大小也缩放. - edgeLabel 上的图标能否不旋转 ```c options = { backgroundColor: '#f7f7f7', tooltip: { formatter: function (param) { if (param.dataType === 'edge') { // 线 // return...