echarts
echarts copied to clipboard
Apache ECharts is a powerful, interactive charting and data visualization library for browser
### What problem does this feature solve? it is not clear from the doc, how to emulate the default time axis label formatter whereby the formatting logic changes with increasing...
### Version e.g.4.9.0 ### Link to Minimal Reproduction 4.9.0版本并未兼容zrender安全漏洞,需要发布更新 ### Steps to Reproduce 发布v4.9.1版本 ### Current Behavior 发布v4.9.1版本 ### Expected Behavior 发布v4.9.1版本 ### Environment ```markdown - OS: - Browser: -...
## Brief Information This pull request is in the type of: - [ 1 ] bug fixing - [ 0 ] new feature - [ 0 ] others ### What...
## Brief Information This pull request is in the type of: - [ ] bug fixing - [x] new feature - [ ] others ### What does this PR do?...
### What problem does this feature solve? 在dataset feature出来之后,所有数据都放在dataset中。 但当以下情况出现时,似乎只靠使用dataset无法实现: 我希望label的position在数值小于某个值的时候,为‘inside', 其余情况为‘right'。 此时必须通过在data配置项里面填上数据的同时针对每个数据去做配置。 这造成了冗余。 我认为既然数据被放入了dataset,那么data配置项里面所涉及到的所有配置,是不是都应该可以支持回调函数? ### What does the proposed API look like? series-bar.label. position = function
### Version 5.1.2 ### Link to Minimal Reproduction _No response_ ### Steps to Reproduce Create a chart with data as follow: { "value": 28, "originalValue": 528, "label": { "show": true,...
### Version 5.2 ### Link to Minimal Reproduction _No response_ ### Steps to Reproduce 1. Plot a Basic Radial Polar Bar Chart or take the sample from Examples section 2....
### Version 5.4.3 ### Link to Minimal Reproduction https://codesandbox.io/p/sandbox/echarts-charts-sync-poc-forked-ycn4mj ### Steps to Reproduce I'm rendering a chart and I set the xAxis to `type=time` with `axisLabel.interval = 0` & `axisLabel.hideOverlap=true`...
### Version 6.0.0 ### Link to Minimal Reproduction https://echarts.apache.org/examples/zh/editor.html?c=candlestick-simple ### Steps to Reproduce ### Current Behavior 滚动加载到startvalue小于60时,获取下一页数据,数据成功后重新赋值开始startvalue是160,endvalue是189,setoption后,重新获取 const chartOption = todayEchartsInstance.getOption() console.log("option1", chartOption) let { startValue, endValue } = chartOption.dataZoom[0];startvalue和endvalue变成了121...
## Brief Information This pull request is in the type of: - [x] bug fixing - [ ] new feature - [ ] others ### What does this PR do?...