helgasoft commented on issue #9899: URL: https://github.com/apache/echarts/issues/9899#issuecomment-1751842324
There is a reason why this "feature" is not implemented. Because there are two "pick-your-poison" options. A) - consistent xAxis with variable-width bars B) - inconsistent xAxis with constant-width bars  Some people may find B acceptable, but I doubt other charting libraries are supporting it. Examples are welcome. @ahmadshkour solution is good - **stacked bars** for both consistent axis and bar width. The only disadvantage is that bar comparison is difficult. But this can be remediated by adding a [stack toolbar button](https://echarts.apache.org/en/option.html#toolbox.feature.magicType.type). Then the user can quickly switch between stacked and non-stacked bars for comparison. -- 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]
