echarts
echarts copied to clipboard
Apache ECharts is a powerful, interactive charting and data visualization library for browser
### 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,...
[Feature] How to obtain the pixel point at the center of the highest point of each grouping column
### What problem does this feature solve? 我想要拿到每一个分组柱状图的最高点的中心点, 打算拿graphic实现 现在拿不到每一组最高点的x,y的坐标像素点 想要加标签 ### What does the proposed API look like? ``` option = { tooltip: { trigger: 'axis', axisPointer: { type:...
[Feature] type为tree时,配置tooltip之后,当鼠标悬浮或者点击连接线时,无法触发tooltip,而且无法触发echarts实例的mousemove/mouseenter等回调函数
### 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(){})这个方法 */ ```
### 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...
官网访问太慢
### Version 4.8.0-rc.1 ### Steps to reproduce 官网访问太慢 ### What is expected? 官网访问太慢 ### What is actually happening? 官网访问太慢 根本到了无法访问的地步了 ,经常查文档都没法查了 跪求解决办法
### Version 5.5.0 ### Link to Minimal Reproduction 无 ### Steps to Reproduce 未铺满div ### Current Behavior 配置grid后,出现未填充满div问题 ``` option = { tooltip: { trigger: 'axis', axisPointer: { type: 'shadow'...
### Version ^5.1.1 ### Link to Minimal Reproduction - ### Steps to Reproduce Example options ``` options = { xAxis: [ { type: "time", } ], yAxis: [ { type:...
### 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...
### 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...
### 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...