Setting Y-Axis Minimum on Label Chart when data is empty
I have a label chart widget that I'm manually setting the y-axis minimum, depending on the data returned. Both the 'Y Axis Zeroscale' and 'Y Axis Autoscale' are marked as false. Everything works as expected, except when the data returned is empty. In that case, I set my Y axis min to be 100, but it seems that it's auto-scaling and is instead setting the y axis to be '0' (multiple times).
Anyone run into this? Please see snippets, below.
Working as expected
Y axis reads '0', repeatedly.

