This topic is locked

Line chart question without labels

8/31/2016 9:20:23 AM
PHPRunner General questions
T
timg author

Can someone point me to a good chart tutorial. I have looked at the documentation and reviewed the manual but there doesn't seem to be a way to shut off the chart labels without doing some PHP coding. I have unchecked all of the options on the chart page including "Show Values". I thought that this would remove the values that display on the chart but they still show up and anything over about five values just shows up as a mangled mess. I just want the a basic line chart with no labels on the chart.
I see in the documentation that it can be done with a function call but I want to make sure that I am not reading something wrong before I go that route.
Thanks

T
timg author 9/1/2016

Well, if I set all of the options off and then turn on the refresh option and leave it at 60 seconds, the data value labels disappear after 60 seconds (the refresh time) and so do the legends, the legends go from having the correct label to having "series 1", "series 2". That makes the chart somewhat usable by me but it certainly looks like a bug. If I refresh the screen, the data value labels return and the legend shows up correctly.
Is anyone else having issues with chart labels and the option settings?
Thanks.