echarts
echarts copied to clipboard
Apache ECharts is a powerful, interactive charting and data visualization library for browser
### What problem does this feature solve? 当鼠标悬停在某link上时,高量显示该类link及其连接的node ### What does the proposed API look like? .a:hover {xxx} .b:hover {xxx}
### One-line summary [问题简述] 可以用 sunburst demo 重现问题: http://echarts.baidu.com/examples/editor.html?c=sunburst-book, 1. 点击"心理" 节点下钻, 2.再点击中心节点到达上一层级“非虚构”, 3. 无中心节点返回上一层,且出现怪异黄色色块, (应该是中心节点被遮挡,露出部分黄色色块) ### Version & Environment [版本及环境] + ECharts version [ECharts 版本]: + Browser version [浏览器类型和版本]:...
### Version 5.3.3 ### Link to Minimal Reproduction _No response_ ### Steps to Reproduce 直接在官网的示例 1、选择TypeScript 代码编辑 2、插入 ` toolbox: { emphasis: { iconStyle: { textPosition: 'top' } } },...
### What problem does this feature solve? The 5.2.0 feature of Universal Transition works great for drilling down 1 level. I am trying to create drilling down to multi-levels and...
### Version 4.6.0 ### Reproduction link [https://gallery.echartsjs.com/editor.html?c=xWpJNfAP-&v=3](https://gallery.echartsjs.com/editor.html?c=xWpJNfAP-&v=3) ### Steps to reproduce 1. left或top置为0,鼠标hover,第一次从外部进入有效果,第二次从外部进入无效 2. emphasis.label.formatter无效果 ### What is expected? 正常 ### What is actually happening? 出现bug
**Version** 4.7.0 **Reproduction link** https://echarts.apache.org/examples/zh/editor.html?c=graph-force **Steps to reproduce** 拖拽空白区域无法使内容移动 **What is expected** 建议增加拖拽空白区域也可使内容移动的功能 **What is actually happening** 目前这个交互体验较差
### Version 4.8.0 ### Steps to reproduce The exact indicator parameters i used: https://paste.ubuntu.com/p/fmDMHbCh3c/ This problem persists when num. of indicators exceed a certain number, and only applies to the...
### Version 4.8.0 ### Reproduction link [https://codepen.io/k1ngbanana/pen/NWxmRey](https://codepen.io/k1ngbanana/pen/NWxmRey) ### Steps to reproduce 1、打开链接就可以 ### What is expected? 1、超过bleedMargin的位置以"..."替代文字 ### What is actually happening? 1、文字超出部分被切割
### One-line summary [问题简述] Is there a simple way to continue showing the same tooltip on a dynamic graph (until the mouse moves)? ### Version & Environment [版本及环境] + ECharts...
### Version 5.3.3 ### Link to Minimal Reproduction https://jsfiddle.net/khvputjb/ ### Steps to Reproduce If you have set labelLine.show and label.show to false in your series, you can currently overrule them...