Posted 3 December 2020, 9:54 pm EST
Hi!I have a column chart with two series that share the same x values, and different y values. On the initial page render, the columns render overlapped, but once I interact with the chart in any way (zoom, click), the columns appear side by side as expected. It seems that the initial width on the <rect> element in svg does not get calculated correctly. Is this a bug, and could you suggest any workarounds?
Thank you