ZingChart seems to automatically place all (except the first one) scale-y objects to the right side of the chart.
Is there a way to place all y-axis to the left of the chart?
Thank you.
ZingChart seems to automatically place all (except the first one) scale-y objects to the right side of the chart.
Is there a way to place all y-axis to the left of the chart?
Thank you.
Try using the placement attribute within your scale-y-n object. We were able to add an additional scale-y to the left using placement:default in the following example:
This is a more simple way to move axis items instead of moving line, ticks, labels, etc. individually. "Default" is a tricky name for this value, but for Y axes, "default" means "to the left of the chart." For X axes, if you use the placement attribute, default means the bottom.
I'm on the ZingChart team, so if you have any questions about the attribute or this demo, please feel free to reach out.