echarts
echarts copied to clipboard
Apache ECharts is a powerful, interactive charting and data visualization library for browser
### Version 5.3 ### Link to Minimal Reproduction _No response_ ### Steps to Reproduce  ### Current Behavior 在treemap中,有些区域过小无法放下内部的文字,产品要求不使用省略号的方式实现内部文字截断。 ### Expected Behavior 我也想实现内部每个方块的文字都超出截断。 ### Environment ```markdown - OS: - Browser:...
### 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...
### 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...
### 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...
### 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)...
### 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...
## 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...
## Brief Information This pull request is in the type of: - [x] bug fixing - [ ] new feature - [ ] others ### What does this PR do?...
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 
### 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: [ {...