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

### Version 5.3 ### Link to Minimal Reproduction _No response_ ### Steps to Reproduce ![1662434366184](https://user-images.githubusercontent.com/41094474/188540035-77731bb4-4fb0-42d4-90c2-ad0bfab1ffb4.jpg) ### Current Behavior 在treemap中,有些区域过小无法放下内部的文字,产品要求不使用省略号的方式实现内部文字截断。 ### Expected Behavior 我也想实现内部每个方块的文字都超出截断。 ### Environment ```markdown - OS: - Browser:...

bug
pending

### Version 5.3.3 ### Link to Minimal Reproduction _No response_ ### Steps to Reproduce 镜像需要安装字体 ```bash RUN apt-get -y update \ && apt-get -y install ttf-wqy-zenhei fonts-wqy-microhei ``` 下面是复现demo ```js...

bug
pending

### What problem does this feature solve? The discussions channel is a really good place to be able to ask and answer questions. While stack overflow can still work, having...

new-feature
pending
en

### Version 5.5.0 ### Link to Minimal Reproduction https://codesandbox.io/s/vfdn23 ### Steps to Reproduce 1、Wait for all setTimeout functions to complete execution. 2、Move the mouse over the blue sector to enter...

bug
pending
en

### Version 5.4.3 ### Link to Minimal Reproduction https://ix.siemens.io/docs/controls/charts/ ### Steps to Reproduce 1) set width of the container html element to 100% and height to some fixed value. 2)...

bug
pending
en

### Version 5.5.0 ### Link to Minimal Reproduction https://codepen.io/Ovilia/pen/dyYWXWM ### Steps to Reproduce ``` var dom = document.getElementById('container'); var myChart = echarts.init(dom, null, { renderer: 'canvas', useDirtyRect: false }); var...

bug
pending
en

## Problem Apache ECharts's package size is about 300KB to 1MB after minification, which is sometimes unacceptable for mobile users. [ECharts's Server Side Rendering (SSR) solution](https://echarts.apache.org/handbook/en/how-to/cross-platform/server) can solve this problem...

new-feature
en
discussion-required
SSR

## Brief Information This pull request is in the type of: - [x] bug fixing - [ ] new feature - [ ] others ### What does this PR do?...

PR: awaiting review
size/S
PR: doc unchanged

Can't current version support to remove space between bars when some value is 0? https://ecomfe.github.io/echarts-examples/public/editor.html?c=dataset-series-layout-by&theme=light ![screen shot 2019-02-10 at 9 45 15 am](https://user-images.githubusercontent.com/40581883/52528421-2f269200-2d19-11e9-9ee2-90f78bf4e317.png)

new-feature
priority: high
discussion-required

### Version 5.2.2 ### Link to Minimal Reproduction https://echarts.apache.org/examples/zh/editor.html?c=line-simple&code=PYBwLglsB2AEC8sDeAoWsAeBBDEDOAXMmurGAJ4gCmRA5AG4CGANgK5W0kC-ANCeTnxFUpMpRqwGLdp3S8SeKgCcIVQrADaJdCNGwAJozCMiWvaQ0BGAEw9YAZgC6fc-isBWO-4AMz7Xo1rbzt7XxdXK29g2B9Hf3Q_cwpqOmYIaA5_LhJEgyNGAC1gYABbYX88YyUwADVpCSDuFC4AbiA ### Steps to Reproduce ```js option = { xAxis: { type: 'value' }, yAxis: { type: 'value' }, series: [ {...

bug
en
topic: dataZoom