echarts
echarts copied to clipboard
Apache ECharts is a powerful, interactive charting and data visualization library for browser
### Version 5.4.3 ### Link to Minimal Reproduction // import VChart from 'vue-echarts'; import 'echarts/lib/chart/heatmap' import 'echarts/lib/component/calendar' // const option = ref({ // animation: false, // bmap: { // center:...
### What problem does this feature solve? When we have `axisLabel.interval: 0`, we need to set `axisLabel.rotate` to prevent overlap. The rotation angel usually depends on the element width and...
### What problem does this feature solve? 不想看到这个错误提示,一个大红线 ### What does the proposed API look like? import { EChartsType } from 'echarts/core'; let myChart : EChartsType | null = null;...
### What problem does this feature solve? line线图,业务需求上需要配置最大值和最小值,然后再echarts上绘制,通过官方文档最合适的是line的markLine配置,现在遇到如下问题: 1. 因为是多个线图,如果markLine只设置在series第一项中,因为存在legend,这时关闭掉了第一个line,则不显示markLine 2. 如果series每项都绘制,则会出现性能上浪费,并且会重叠markLine 当然我知道此设计是合理的,但是我认为这个业务需求也是合理的,echarts方面可有此处的替代方案呢? ### What does the proposed API look like? 希望一个全局生效的markLine,可以像title,tooltip那样的配置
### Version 5.5.0 ### Link to Minimal Reproduction https://echarts.apache.org/examples/en/editor.html?c=dynamic-data2&code=GYVwdgxgLglg9mABAJwIZgCZwLYBFVSoAUAlIgN4BQiiYcA7ogLy0Cmj-UrRA1HYz0QJW-AJ4kA3NUQA3VABsQrZrIVLEggLIEAFgDo0mHKUQAqRACYAjIgC0iKwAYpNZKyghkSKjRphU2KwAXLQMelBwAMpQyDBgAOakADTSNHKKwYgA2qm-Wfx68e4AYiDy8gCarKjIyaH0he6aCFA6JoJWSfWNUJzcJAC6egBWcHFEAOQA9BMkKb6-2q0GcOAYROlKJLkD0gC-UnuU8u6IGASoKlkDUidQ9Spg7Ih9RFYAnO8A7F3vXQDMkmOp2EYhUFgALGZEP8AGyORzQpwI26nTbKFhLfSGLDYEzmZHOSjAODIRAbGqIGAqZxUxAAHgcCNpMB4PDIPjOFz0AAcQABnNo4nCcYgkIFHOA82AIFSc2BQE4hTk0LgADygIQmuFE_mwMAgLwuiAAZIgACowQKIACCapg_Im-3miAicHksB5ytyMRg8SKyC1qHtjpdNBJyGwBC4gcQoEgMqQRB5NQC_I5uRoKbQ2H5KmzaayjhumdUZPOXEez1eBdzej1rCBC1c7k8SdLNArrB6rzIPA7iGmEw0A6IXZ6zTArXaDj7A6HI-bvnHRSgpXKVRq7XniC1i6XiFr_L06KyVl2S6bvj2YcQwYdAAUxlPWLGVb50FaCPAwCFgAp-VYXIjhoG9pDVO0HW9BYoFEHlMgmWBAgmW9-R5eQYCgAAZOJMnfGhBQYP8AKAhYQMQMCaFESD-Wg3xYPgrV0RQ3IACNVkwGpRAAcVQL1skcLoJmRABSCYBlQ9DMJwp46IWQj6GI-RAOA51pEA2JWFo7Jcnw2gAgQ4pUAAa2UUUWKXBiEIwp4LObKYpkQBTIlEbB2PkJTANvTsLhCCtUFUmhdgOShAKgABJF9kHSIh42gH9yQzcNSXJOQyWpFgWQZBwAFYWTZJLl25QUYGAKBSBcIrCF5AUhXQXFRVIK9yOwUQAGEdBqKA9DCgB5aUfyId8NJgLSQhyJc9J8wg_IuUtyKC_YJS6QlJCAA ### Steps to Reproduce 1. line chart with dynamic data and time axis 2. without series.showSymbol = false 3. take memory...
### What problem does this feature solve? In complex applications using frameworks like React, it is difficult to achieve optimal performance due to expensive cloning operations that have no way...
### Version 5.4.3 ### Link to Minimal Reproduction https://jsfiddle.net/sujatve5/ ### Steps to Reproduce https://jsfiddle.net/sujatve5/ ### Current Behavior If `z` value is set to a value greater than 5 on any...
### What problem does this feature solve? I would like to be able to see a hidden ring with the same shape after an onClick event. The ring would be...
### What problem does this feature solve? This feature would provide the ability to have the exact same Y-axis on both sides of the chart. This issue has been raised...
### Version 5.2.2 ### Link to Minimal Reproduction https://jsfiddle.net/zecv4mhy/ ### Steps to Reproduce 1. Create a time chart that uses DataZoom. 2. Use time series data that does not have...