This topic is locked

Bar Chart Display

11/3/2013 4:40:40 PM
PHPRunner General questions
bbarker author

I saw that this question was asked last year in a different topic... But no answer was ever posted.

Does anyone know how to do this?
I'd like to show the values along the Y-Axis, but NOT display the same values on top of each bar.
If you turn one off, then they both disappear.

bbarker author 11/6/2013

I'd like to show the values along the Y-Axis, but NOT display the same values on top of each bar.


Well, it turns out that you CAN'T do that.
If you have the vertical Y_axis values showing, then the bar-values show up also.

If you turn off the bar values, then the axis values turn off also.
They are controlled by <attr value="sval">false</attr> in the settings.php file.
I experimented with multiple axis but that didn't work either.
This is too bad - since I have 80 bars that need to display on a chart BUT the VALUES all run into/on-top of each other.

If I turn them "off", then I need the Y Axis values to show.