echarts icon indicating copy to clipboard operation
echarts copied to clipboard

Apache ECharts is a powerful, interactive charting and data visualization library for browser

Results 1065 echarts issues
Sort by recently updated
recently updated
newest added

### What problem does this feature solve? 在画箱线图boxplot时,指定y轴范围后,箱体超出图表上下限 ### What does the proposed API look like? 想请教一下有无解决的方法

new-feature
pending
missing-demo

### Version 5..5.0 ### Link to Minimal Reproduction https://echarts.apache.org/examples/en/editor.html?c=bar-waterfall ### Steps to Reproduce I want the width/height of the column or bar chart for each data bar based on that...

bug
pending
en

### Version 5.4.2 ### Link to Minimal Reproduction https://github.com/yay/echarts-tooltip-type-bug ### Steps to Reproduce Uncomment the following piece of code in `main.ts` in the linked GitHub repo to see the TypeScript...

bug
pending
en
typescript

### Version 5.4 ### Link to Minimal Reproduction https://codepen.io/isachenx/pen/BaEooWx ### Steps to Reproduce I forked the "Distribution of Electricity" example. Instead of using series.data for x and y axis separately,...

bug
pending
en

### What problem does this feature solve? Currently there is the option for a "stacked" Area chart What I am looking for is slightly different. Currently, using the stacked area...

new-feature
pending
en

### What problem does this feature solve? 给chart绑定了datazoom事件,获取到新的起止时间后,会去后端发请求,请求到新的图表数据后会更新chart数据;会生成一个新的chart,这个时候新chart的zoom reset没有被选中,没有办法rest数据怎么办? ` const onDataZoom = (e: any) => { if (e) { if (e.batch.length !== 0) { if (Object.keys(e.batch[0]).indexOf('startValue') !== -1) {...

new-feature
pending

### What problem does this feature solve? import * as echarts from 'echarts' chart = proxy.$echarts.init(document.getElementById('myEcharts'), 2: treemap 3: chart.setOption->label->formatter:params Can't get the height and width of the rectangle when...

support
en
topic: treemap

### What problem does this feature solve? Line graphs using the time type will be connected into lines, and data with long time intervals will appear as a long line...

new-feature
pending
en
topic: line

### What problem does this feature solve? As an apple user, I use double-finger horizontal swipe for horizontal scroll. It is native behavior. As well as SHIFT + WHEEL for...

new-feature
pending
en

### Version 5.4.1 ### Link to Minimal Reproduction https://echarts.apache.org/examples/zh/editor.html?c=line3d-orthographic&gl=1 ### Steps to Reproduce 1.vite创建vue+ts项目 2.npm安装"echarts": "^5.4.1","echarts-gl": "^2.0.9" 3.引入你们的3D折线图示例代码 ### Current Behavior ![image](https://user-images.githubusercontent.com/71480068/224538197-58d03957-ae2f-4557-98fb-8f144e2c7b31.png) ![image](https://user-images.githubusercontent.com/71480068/224538453-d28e3e2b-639a-47ee-9cfb-476593cb465b.png) 折叠部分的代码与你们示例的代码一致,结果出现警告geo3D exists ### Expected Behavior 不要出现警告 ###...

bug
pending
gl