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 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...
### 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,...
### 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...
### Version 5.3.3 ### Link to Minimal Reproduction _No response_ ### Steps to Reproduce ```js option = { "tooltip": { "trigger": "axis" }, "polar": { }, "radiusAxis": { }, "angleAxis":...
### 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...
### 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...
## 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://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...
### What problem does this feature solve? 聚焦点击的节点展开 ### What does the proposed API look like? 支持动态居中
### 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...