echarts
echarts copied to clipboard
Apache ECharts is a powerful, interactive charting and data visualization library for browser
### Version 4.9.0 ### Steps to reproduce ```js option = { title: { text: 'Graph 简单示例' }, tooltip: {}, animationDurationUpdate: 1500, animationEasingUpdate: 'quinticInOut', series: [ { type: 'graph', layout: 'none',...
### What problem does this feature solve? When all series are disabled from legend chart looks empty and even y-axis disappears. https://echarts.apache.org/examples/en/editor.html?c=line-stack - disable all series from legend  ###...
### What problem does this feature solve? when there are mutiple Series , markline should start from center of axis Tick of category axis , even there are mu;tiple series...
### What problem does this feature solve? What I need is to show the totals above each column and for the total to be recalculated as the legend is shown...
### What problem does this feature solve? It will allow the users to validate whether the Echarts `option` they have authored is correct or not. Vega and Vega-Lite also provides...
自定义图形的纹理
### Version 4.9.0 ### Steps to reproduce 代码地址:https://gallery.echartsjs.com/editor.html?c=xvLdXV8Sl-&v=1 ### What is expected? 自定义图形的纹理 ### What is actually happening? 纹理绘制在背景上而不是图形上 --- 没找到相关的api,请问有什么方法可以绘制自定义图形的纹理吗
### Version 5.3.3 ### Link to Minimal Reproduction https://codesandbox.io/s/les-miserables-forked-xz43i6?file=/index.js ### Steps to Reproduce See detail in the Minimal Reproduction. 1. The graph have simple nodes and links, root -> a...
### Version 5.3.3 ### Link to Minimal Reproduction https://codesandbox.io/s/disk-usage-forked-qc81o3?file=/index.js ### Steps to Reproduce * See the index.js of the codesandbox. * See the data of name "SU" has column "xt"...
### Version 5.3.3 ### Link to Minimal Reproduction _No response_ ### Steps to Reproduce option = { legend: { }, dataZoom: { }, grid: { left: '3%', right: '3%', top:...
### Version 4.2.1 ### Reproduction link [https://echarts.apache.org/examples/en/editor.html?c=radar-custom](https://echarts.apache.org/examples/en/editor.html?c=radar-custom) ### Steps to reproduce Complete the code of the example with : ``` tooltip:{ trigger:"axis" } ``` ### What is expected? Tooltip should...