Just started to play around with charts in reports, and I have ran into problems with my very first chart.
select 'dbr.chart', 'MSLine', '';
select 'dbr.chart.options','showvalues', 0;
To my mind this should show a multi line chart with no values on the lines/data points. What it actually does is show a multi line chart with percentages on all the data points.
How do I make the multi line chart show no values at all on the lines/data points?