Fangtzu1024 opened a new issue, #20999: URL: https://github.com/apache/echarts/issues/20999
### Version 5.4.0 ### Link to Minimal Reproduction no ### Steps to Reproduce I want to create a bar chart with the x-axis displaying six dates from 2024/01 to 2024/06. For each date, there will be two bars, A and B, or possibly more. Each bar will consist of two overlapping segments: a wider "plan" segment and a narrower "actual" segment, which makes it easier to compare the differences between "plan" and "actual." The barGap parameter applies uniformly across all bars, so it cannot be configured individually. What other methods can be used to achieve this?  ### Current Behavior Using barGap will apply to all bars uniformly. ### Expected Behavior To apply it to specific bars only. ### Environment ```markdown - OS: - Browser: - Framework: ``` ### Any additional comments? _No response_ -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
