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 https://echarts.apache.org/examples/zh/editor.html?c=pie-simple&code=PYBwLglsB2AEC8sDeAoWsAmBDMWDOApmAFzJrqwD0lmEAtgdHlE6QNoDkAblgDYCuBDgBpYHaFgYcAusPLo8wfgCcAxgXbyKbAIwAGACwAOURwDKBLGoAWsAKLQA5hGhDZW9GwDsAZgCspgAiEMoEqmAychTafkZ6pnZ0WBC8kR6wbMYGpgCq0CywAIIYeGnRnj568WIAahAYBMBFJWUUsujkAL5RsJBgvBpk0WAEAB4kYgBKBABmBKHKsMAzsFiwAOoEAEbMIyJaePxbI-OkHABiWADWBLCBOFj70QMzExzq0CPKHF09YMDAXiQECkVDDZQQRyOeZnCAjOg_dDdcgDaHQDCgrTACGMN5ceaQVR8J4UF5vMmI2DIhTzCAEPCY8qwCQMM6FVTqPB4WDnZTABE9YYATxAgw4IDpJOeWC2BF4jKZsDw1mAAHdSGBlIJ0tTyoxVMAGgqmTwBIN4ul0HCCHQAHKSQY6QUUXXDAFAiAgoaKmbYpJgL5nLCgrCdWAAHi2ykoAD5YFtQVtOpHo3HVKDVMmo7HMKCMJ1KdFOlpi50ANxAA ### Steps to Reproduce 1. use options in Minimal Reproduction Link. 2. get the same result: try to use dimensions option...

bug
pending
en
stale

### Version 5.3.3 ### Link to Minimal Reproduction _No response_ ### Steps to Reproduce ``` timeline: { axisType: 'category', orient: 'vertical', autoPlay: true, inverse: true, loop: false, playInterval: 500, //Math.max(500,...

bug
pending
en
stale

### What problem does this feature solve? Echarts tooltip trigger can be set with 'axis' then tooltip shows when hover the axis, can I use echarts events to simulate tooltip...

new-feature
stale

### Version 5.3.3 ### Link to Minimal Reproduction _No response_ ### Steps to Reproduce ```js option = { "tooltip": { "trigger": "axis" }, "polar": { }, "radiusAxis": { }, "angleAxis":...

bug
pending
stale

### What problem does this feature solve? Clicking the edge of tree to trigger events can display relationship betwennt parent and child. Graph do just that. Tree and Graph are...

new-feature
pending
en
stale
waiting-for: community

### What problem does this feature solve? For my line chart I need to show two types of tooltips. One on hover on exact point(like with trigger item) and another...

new-feature
en
topic: tooltip
priority: normal
difficulty: hard

## 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/S
PR: doc unchanged

### Version 4.8.0 ### Reproduction link [https://jsfiddle.net/8hngc24b/49/](https://jsfiddle.net/8hngc24b/49/) ### Steps to reproduce -Create a grid layout consuming 100% width and height with two columns. -Please a chart (ex. Pie) in both...

bug
en
discussion-required
topic: css grid/flex

### What problem does this feature solve? 聚焦点击的节点展开 ### What does the proposed API look like? 支持动态居中

new-feature
pending

### What problem does this feature solve? Currently, dataZoom allows users to freely adjust both ends of the slider handle for zooming. However, I was wondering if it would be...

new-feature
en
waiting-for: author