echarts icon indicating copy to clipboard operation
echarts copied to clipboard

Apache ECharts is a powerful, interactive charting and data visualization library for browser

Results 1065 echarts issues
Sort by recently updated
recently updated
newest added

### Version 5.3.3 ### Link to Minimal Reproduction _No response_ ### Steps to Reproduce option = { ... series: [ { type: 'graph', layout: 'circular', }, autoCurveness: 256, data: [...

bug
pending
missing-demo
waiting-for: author

### 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',...

bug
en
difficulty: easy
topic: heatmap

### 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...

new-feature
en
topic: axis-time

### What problem does this feature solve? 如题,这样的话,就不至于在旋转到侧面或者背面的时候全是黑色阴影。 谢谢。 ### What does the proposed API look like? 暂无

new-feature
pending
gl

### Version e.g.5.3.2 ### Link to Minimal Reproduction _No response_ ### Steps to Reproduce 1. 使用 TypeScript 2. 调用 instance.getOption() 返回类型提示是 ECBasicOption,但实际返回类似于 { title: [{...}], legend: [{...}], grid: [{...}] }...

bug
typescript

echarts,能够实现 1.多个tooltip共存吗 2.通过点击事件增加或者减少tooltip

new-feature
priority: high
topic: tooltip
discussion-required

## Brief Information This pull request is in the type of: - [x] bug fixing - [ ] new feature - [ ] others ### What does this PR do?...

PR: revision needed
size/XS
PR: first-time contributor

### 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. ![sankeyNodeCanvas](https://user-images.githubusercontent.com/22240239/86284243-c926fd00-bbe2-11ea-90e9-cc44662738d2.gif)...

bug
pending
en
waiting-for: community

### One-line summary [问题简述] - 目前`Tree`图只有单向树,不支持根节点在中间两颗子树向两边伸展的双向树。 ### Version & Environment [版本及环境] + ECharts version [ECharts 版本]: v4.1.0 + Browser version [浏览器类型和版本]: Chrome 68.0.3440.106 + OS Version [操作系统类型和版本]: Win7 ### Expected...

enhancement
new-feature
topic: tree

## Brief Information This pull request is in the type of: - [x] bug fixing - [ ] new feature - [ ] others ### What does this PR do?...

PR: revision needed
PR: author is committer
size/XS
PR: doc unchanged