echarts
echarts copied to clipboard
Apache ECharts is a powerful, interactive charting and data visualization library for browser
## Brief Information This pull request is in the type of: - [ ] bug fixing - [x] new feature - [ ] others ### What does this PR do?...
### Version 5.3.3 ### Link to Minimal Reproduction 打包发布到正式环境报错TypeError: Cannot read properties of undefined (reading 'regions') ### Steps to Reproduce ```vue 国防费排名 {{ index + 1 }}. {{ item.name }}:...
…ng default boundaryGap configuration. ## Brief Information This pull request is in the type of: - [x] bug fixing - [ ] new feature - [ ] others ### What...
### Version 5.4.1 ### Link to Minimal Reproduction _No response_ ### Steps to Reproduce ```html remove var option; option = { xAxis: {}, yAxis: {}, series: { type: 'custom', data:...
### Version lastet ### Link to Minimal Reproduction _No response_ ### Steps to Reproduce update typescript 5.0.2 ### Current Behavior Option 'importsNotUsedAsValues' is deprecated and will stop functioning in TypeScript...
## Brief Information This pull request is in the type of: - [ ] bug fixing - [x] new feature - [ ] others ### What does this PR do?...
### Version 5.3.2 ### Link to Minimal Reproduction [Reproduction Link](https://echarts.apache.org/examples/editor.html?code=PYBwLglsB2AEC8sDeBYAULWZjADaRAC5l1NMwAnCAc2oFMLiByAQwA8IBnJgGlLPZcACsAjQwDYqgxlyATxB1mnABYsAJsADuTfpgC-_fXxnUq6qXti46AMzDMAzAFJeVqtRUPYTACyuTWQAjYDBsAFsnAKsAYxgwFjEAGRYgulxiSgBXOiNA2DYAQQ5OYgBtK2lZeUVmGJYJamAKOTcZWXUGlnKmAFkYXh8AFRzBpgB1OnUxoZUssYAxKjGAZQbVrOgmAF182UFOIYgYgGtLduqWXBpocYgwFRS0jKwKHKsDK0MZXf45Yq45UqHywCiUPgAbldRl9-L8ZJwGBA6KVYBULlVqtAWOFwUwACIQCh0GJgNrVUG1HxBFgUcnVGkUO7qB7MABsAAZohdMJwEqdCExwoktnsyIzemIABJ0GheQi-MWYABehA5StgnQS5QATDxYABWPWwHUc9WwRyORUWgCc5st5p1pu2XzFmNk2NxzEJxNJOvpsjAYOYjID4tpzNZPk53IpfJYAqFIrDmAl0tlngcipBqoAjBqtd00cajfrTfarfrHHaq45Hc7YT90PoANxAA&renderer=svg) ### Steps to Reproduce 建议使用svg绘图 ### Current Behavior 期望堆叠后设置最小高度得到左侧结果,但是实际生成的确是右侧结果  ### Expected Behavior 但是实际生成的确是右侧结果,通过浏览器F12开发者工具修改对应的svg路径得到正确展示结果(上)和echarts生成效果(bug)对比(下)   ### Environment ```markdown -...
## Brief Information This pull request is in the type of: - [x] bug fixing - [ ] new feature - [ ] others ### What does this PR do?...
## Brief Information This pull request is in the type of: - [x] bug fixing - [ ] new feature - [ ] others ### What does this PR do?...
### Version 5.5.0 ### Link to Minimal Reproduction https://echarts.apache.org/examples/en/editor.html?c=line-simple&code=PYBwLglsB2AEC8sDeAoWsAeBBDEDOAXMmurGAJ4gCmRA5AMYCGYVA5sAE7m0A0J6AE2aMiAbVoBZGL1i0AKgFcqM2gHUqAlXIAWClQDEOEFQGVmphdFoBdEgF8-6cjnxFUpMpRqyAbowA2SrT2jrB4VEZUhLCi_MQegsJi0Ar-_jywAKwADBkAbLmwKWkZAOyFAByFxf7WoR4U1HT-ENDK9aSMHFSMJhT-3kiwoIz0EBRE2QB0AEywDnHoeCwgdFTQmh3o9DBt9GAAcqn-0WAcSnF2JLZ2ANxAA ### Steps to Reproduce 1. Have a line/area cartesian chart where first and last data points are null ([example](https://echarts.apache.org/examples/en/editor.html?c=line-simple&code=PYBwLglsB2AEC8sDeAoWsAeBBDEDOAXMmurGAJ4gCmRA5AMYCGYVA5sAE7m0A0J6AE2aMiAbVoBZGL1i0AKgFcqM2gHUqAlXIAWClQDEOEFQGVmphdFoBdEgF8-6cjnxFUpMpRqyAbowA2SrT2jrB4VEZUhLCi_MQegsJi0Ar-_jywAKwADBkAbLmwKWkZAOyFAByFxf7WoR4U1HT-ENDK9aSMHFSMJhT-3kiwoIz0EBRE2QB0AEywDnHoeCwgdFTQmh3o9DBt9GAAcqn-0WAcSnF2JLZ2ANxAA)) 2. Set...