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.5.0 ### Link to Minimal Reproduction https://codepen.io/laoyao/pen/VwOLKQj ### Steps to Reproduce 1. 鼠标移入到图中数据点,发现tooltip不显示 2. 把JS代码中如下面代码的注释打开,添加第二条数据 ``` let data = [ ["Income", "Life Expectancy", "Population", "Country", "Year"], [1314, 39,...

bug
pending

### What problem does this feature solve? 我想要拿到每一个分组柱状图的最高点的中心点, 打算拿graphic实现 现在拿不到每一组最高点的x,y的坐标像素点 想要加标签 ### What does the proposed API look like? ``` option = { tooltip: { trigger: 'axis', axisPointer: { type:...

support
en
waiting-for: author

### What problem does this feature solve? 新增这个特性之后,当在type为tree的连接线上触发mousemove/mouseenter/click这些事件时,会触发tooltip弹框,类似type为graph时在连接线上触发的tooltip ### What does the proposed API look like? ``` { type:'tree', linksTooltip:true } /* 新增字段linksTooltip,默认为false,当设置为true时,配置tooltip之后,在连接线上触发之后会显示tooltip,并且会触发myChart.on('event',function(){})这个方法 */ ```

new-feature
pending

### What problem does this feature solve? would allow to define callback formatter with properly typed arguments: for now I have to type ``params`` to ``any``, loosing typing within the...

new-feature
typescript

### Version 4.8.0-rc.1 ### Steps to reproduce 官网访问太慢 ### What is expected? 官网访问太慢 ### What is actually happening? 官网访问太慢 根本到了无法访问的地步了 ,经常查文档都没法查了 跪求解决办法

website

### Version 5.5.0 ### Link to Minimal Reproduction 无 ### Steps to Reproduce 未铺满div ### Current Behavior 配置grid后,出现未填充满div问题 ``` option = { tooltip: { trigger: 'axis', axisPointer: { type: 'shadow'...

support
en

### Version ^5.1.1 ### Link to Minimal Reproduction - ### Steps to Reproduce Example options ``` options = { xAxis: [ { type: "time", } ], yAxis: [ { type:...

bug
pending
en

### Version 5.3.2 ### Link to Minimal Reproduction https://cdn.jsdelivr.net/npm/[email protected]/dist/echarts.min.js ### Steps to Reproduce ` var dom = document.getElementById('container'); var myChart = echarts.init(dom, null, { renderer: 'canvas', useDirtyRect: false }); var...

bug
pending
stale
waiting-for: community

### Version 5.3.2 ### Link to Minimal Reproduction _No response_ ### Steps to Reproduce 1. 使用`dataZoom`,设置`dataZoom.filterMode:'none'` 2. 拖动dataZoom手柄,缩小范围至1个数据 --- 1. Use `dataZoom`,set`dataZoom.filterMode:'none'` 2. Drag the dataZoom handle to reduce the...

bug
pending
stale
waiting-for: community

### Version 5.4.3 ### Link to Minimal Reproduction https://codesandbox.io/s/stacked-line-chart-forked-jfpn79?file=/index.html ### Steps to Reproduce 1. Open the link 2. When you hover on the MarkLine component, the tooltip is not displayed...

bug
pending
en