echarts
echarts copied to clipboard
Apache ECharts is a powerful, interactive charting and data visualization library for browser
### Version 5.3.3 ### Link to Minimal Reproduction _No response_ ### Steps to Reproduce option = { ... series: [ { type: 'graph', layout: 'circular', }, autoCurveness: 256, data: [...
### Version 5.3.3 ### Link to Minimal Reproduction https://echarts.apache.org/examples/en/editor.html?c=heatmap-cartesian ### Steps to Reproduce 1. Copy this code into the example ``` // prettier-ignore const hours = [ '12a', '1a', '2a',...
### What problem does this feature solve? Since [v5](https://github.com/apache/echarts/pull/12859), the `interval` option of time axes is no long valid because the span of each two ticks are not always the...
### What problem does this feature solve? 如题,这样的话,就不至于在旋转到侧面或者背面的时候全是黑色阴影。 谢谢。 ### What does the proposed API look like? 暂无
### Version e.g.5.3.2 ### Link to Minimal Reproduction _No response_ ### Steps to Reproduce 1. 使用 TypeScript 2. 调用 instance.getOption() 返回类型提示是 ECBasicOption,但实际返回类似于 { title: [{...}], legend: [{...}], grid: [{...}] }...
echarts,能够实现 1.多个tooltip共存吗 2.通过点击事件增加或者减少tooltip
## Brief Information This pull request is in the type of: - [x] bug fixing - [ ] new feature - [ ] others ### What does this PR do?...
### Version 4.8.0 ### Reproduction link [https://echarts.apache.org/examples/en/editor.html?c=sankey-energy](https://echarts.apache.org/examples/en/editor.html?c=sankey-energy) ### Steps to reproduce Drag any node and drop it out of the canvas area. The node is not accessible afterwards anymore. ...
### One-line summary [问题简述] - 目前`Tree`图只有单向树,不支持根节点在中间两颗子树向两边伸展的双向树。 ### Version & Environment [版本及环境] + ECharts version [ECharts 版本]: v4.1.0 + Browser version [浏览器类型和版本]: Chrome 68.0.3440.106 + OS Version [操作系统类型和版本]: Win7 ### Expected...
## Brief Information This pull request is in the type of: - [x] bug fixing - [ ] new feature - [ ] others ### What does this PR do?...