I need to be able to set a fixed width for the labels of the Value Axis. I have a problem caused by the re-scaling of the plotting area based on the number of digits in the valueAxis labels. I need some way to keep the actual chart area (compared to the value axis) to stay the same width, so that I can consistently line up with other elements on my page.
I can't seem to find any documentation and
valueAxis: {
labels:{
width: 100
},
width: 100,
},
does not work. Is this possible? PlotArea and ChartArea width also seems to have no effect.
-Thorne
I can't seem to find any documentation and
valueAxis: {
labels:{
width: 100
},
width: 100,
},
does not work. Is this possible? PlotArea and ChartArea width also seems to have no effect.
-Thorne