echarts
echarts copied to clipboard
Apache ECharts is a powerful, interactive charting and data visualization library for browser
### Version 5.3.0+ ### Link to Minimal Reproduction _No response_ ### Steps to Reproduce series: [ { type: 'pie', id: 'pie', radius: '40%', center: ['50%', '50%'], emphasis: { focus: 'self'...
### What problem does this feature solve? 饼图,柱状图等都支持内阴影 ### What does the proposed API look like? inset
### Version latest ### Link to Minimal Reproduction https://www.dropbox.com/t/Z4i4z2iyC3fbfiJh ### Steps to Reproduce I've encountered an issue with the ECharts circular chord diagram and network diagram. When creating the JSON...
### What problem does this feature solve? 5.5.0版的gauge新增了progress功能,当配置只显示progress时,希望有个轨道背景,看起来像个完整的进度条。 虽然可以叠加一个serie实现,如果progress能直接设置背景最好不过。 ### What does the proposed API look like? ``` { type:"gauge", progress:{ show:true, background:{ //someprops } } } ```
### What problem does this feature solve? I want to show each x-axis tick at the left of the bar, not at the center, but I'm not sure which setting...
### What problem does this feature solve?  让开始和结束的文本一直显示,不是鼠标经过之后才进行显示,有什么配置么? ### What does the proposed API look like?  让开始和结束的文本一直显示,不是鼠标经过之后才进行显示,有什么配置么?
### Version 5.5.0 ### Link to Minimal Reproduction https://echarts.apache.org/examples/en/editor.html?c=custom-profit&version=5.5.0&decal=1&code=MYewdgzgLgBAJgQygmBeGBtAUDTBaARgAYAaGY0mAJkoHIBBWgXRKyYG4ssQAHKAS3BoYAbxwwAHvQn8IALlHjcAW35gFpJTGUIJC4uIC-rXAE9pshWNy4IwBABsApgqgAnAK5OTN1epiaNtq6-kRGPhBObvxO8pha1kEwUKY8LjC0wB7QIMq0PkHADvw8rp7eMAD0lTAAwgAyAJIACsLuXlq4bk5gcFGNUE7KCgBmHmDAAkIAFDwIbgjKEGQIPPwAlIpJNgBu8zCmAGqOXsKr_AB0ew5e01TrnNu4e24w0POw6OcXoCBucNMMN9rrciOsyEcTk4mA9Ort9hB-AAvJxnNYXREowHAqHTAibPAwHE3JzTMEQ44kmGPJ4vN4pZxoy7QUzOaawp4wbpQDxuMBbTnJVLpWjdSb5OFBCAAC1W6USgskCnebigGCILElSVMyuQqowBE1itwAHd-HAoNLlcinOqjcbpU5-ABzaVQa0og32znGLW2Bnyv02Eb8BwOBS0ADEABYRgAOAgAIzgEuNMF4CGA_BSGguAFYg4YtYYaUFfdtEMgFJWEFoi7gmFgS0A ### Steps to Reproduce Simply open the reproduction and it should be immediately visible. ### Current Behavior With `clip: true` on...
### Version 5.5.0 ### Link to Minimal Reproduction https://echarts.apache.org/examples/en/editor.html?c=bar-label-rotation ### Steps to Reproduce if i hover over 2012 category , i'm getting tooltip and box shadow. but i want to...
### What problem does this feature solve? I have a line chart with time series data like:  I have `"tooltip": {"trigger": "axis", ...}` to...
### What problem does this feature solve? 树图层级和节点比较多时,会出现节点重叠在一起,请问能否设置节点间距? ### What does the proposed API look like? 比如可以 `minHeight`或者`minWeight`来设置