Hi,
I am using JQWidgets version 3.5.0.
I am using multiple series chart(stackedline) and each stack contains different blocks of particular category.
As per your design Y-Axis of one stack will be hidden and other will be visible and that will used as common Axis for both stacks. On Initial chart render it is fine.
When a legend (hidden Y-Axis stack legend) is toggled (i.e off) chart is rendering inaccurate data since corresponding Y-Axis is re-scaling which is hidden.
How can I solve this?
One way is stop re-scaling of Y-Axis on legend toggle. How can we do this using code?
Thanks,
Mallikarjun