echarts
echarts copied to clipboard
Apache ECharts is a powerful, interactive charting and data visualization library for browser
### Version 5.4.2 ### Link to Minimal Reproduction https://codepen.io/fahidarif/pen/BaEjYLN ### Steps to Reproduce I tested it with an older version of echart v4 in that version with the same data...
This test case addresses the issue where the time axis in ECharts incorrectly generates labels for series with no data, resulting in misleading visual indications on the graph. The should...
### What problem does this feature solve? In line charts, one can have different symbol markers on his different lines, which is great for accessibility. Unfortunately, I have found no...
### Version 4.9.0 ### Steps to reproduce myChart.convertToPixel("geo3D", [127.9688, 45.368]) ### What is expected? 1:Geographic coordinates can be converted to 3D screen coordinates 2:3dMap Why is there no markPoint attribute...
## Brief Information This pull request is in the type of: - bug fixing. - refactoring. ### What does this PR do? This pull request addresses a specific limitation concerning...
### Version 4.9.0 ### Link to Minimal Reproduction https://tinyurl.com/yeyphcu2 ### Steps to Reproduce 1. Create a chart with 2 series and an xAxis of type `time` 2. The first series...
### Version 5.2.1 ### Steps to reproduce Head to this example (https://echarts.apache.org/examples/en/editor.html?c=dynamic-data) Change the update time from 2100 to 21 Attempt to click "Dynamic Bar" Legend text ### What is...
### Version 5.4.2 ### Link to Minimal Reproduction https://echarts.apache.org/examples/en/editor.html?c=line-smooth&code=PYBwLglsB2DOAEBeeBvAsAKHt7BbApgCYQCGAXPANqY44rwCOArvgE4CeF9uJAHgOoRCYABYUAzAAZJ8AL4AaeKEgwu8AOashasKAnS5hhTVqoTpxiw5rcEaIOFj4UmcawWl4KNDWbtqeF0QCgBWV0UAG3x1fGhCNVgRYAB3CjBWFiNzHFlsgF15bN4AQV4IWC5s7DB2EHwKAHIAYxIwaOAOBsL3WkJW8ioGgFkYLvgGgBUWMYb-IhmJkSYZgDEtGYBlVs2maAa87LdadlLyyp6cGrrGgDcSCOnD7tpYNgh8Cqoqswve_opKABGMKKABMUjBoIALGDAQAORSA8QhRFQgDsYIAbJICt9qrV6uMInZ8A1vrkLgcMLIANyYTCvMATCAEYBMMAACg5AEpEAA-FC4dgAYREJFYYAAdIyAPJeGAc5TeWDyFCsfAgCIkJr4IZsGIAhqvLQfGYlMqwGYnC37WTchRhSTcoA ### Steps to Reproduce 1. use replaceMerge to set your options like { replaceMerge: ['series'] } 2. add a media option...
### Version 5.3.2 ### Link to Minimal Reproduction _No response_ ### Steps to Reproduce echart.on('click',{targetType:'axisName'},func) ### Current Behavior echart.on('click',{targetType:'axisName'},func) is not query axisName right ### Expected Behavior I want to...
### Version 5.3.2 ### Link to Minimal Reproduction _No response_ ### Steps to Reproduce ```js var option; let base = +new Date(1988, 9, 3); let oneDay = 24 * 3600...