Growing all stacked bars simultaneously as in this example feels broken and many people from my team expressed the same concern.
Is there any way to render stacked bars in the same bar category as if they were one same bar, Like some other chart libraries do?
Or render them one by one, starting growing a bar when all the bars left to it get rendered? I tried to achieve this by delaying animationBegin by animationDuration for all the bars to the left to load, but this does not work when there are data rows with values of 0.
Growing all stacked bars simultaneously as in this example feels broken and many people from my team expressed the same concern.
Is there any way to render stacked bars in the same bar category as if they were one same bar, Like some other chart libraries do?
Or render them one by one, starting growing a bar when all the bars left to it get rendered? I tried to achieve this by delaying animationBegin by animationDuration for all the bars to the left to load, but this does not work when there are data rows with values of 0.