kuzmenkov111 opened a new issue #12020: Error intervals can't be aligened on Bar Chart for Grouped Data URL: https://github.com/apache/incubator-echarts/issues/12020 ### Version 4.6.0 ### Reproduction link [https://jsfiddle.net/qm75bLcd/](https://jsfiddle.net/qm75bLcd/) ### Steps to reproduce There is a wonderful example on The Echarts website (https://echarts.apache.org/examples/en/editor.html?c=custom-error-bar) - Error Bar Chart without grouping. But modification this code (see below) for plotting Error bar chart on grouped data (two series bar chart) leads to unexpected behavior: all custom additional (error interval) series are aligned on the center of the X-axis category, but not on the center of the appropriate bar column (https://jsfiddle.net/qm75bLcd/). ### What is expected? On two (or N) series bar charts every additional custom (error interval) series should be aligned on the center of the appropriate bar column. ### What is actually happening? All custom additional (error interval) series are aligned on the center of the X-axis category, but not on the center of the appropriate bar column. <!-- This issue is generated by echarts-issue-helper. DO NOT REMOVE --> <!-- This issue is in English. DO NOT REMOVE -->
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
