Hi,
I am using a donut chart for one of my reports, but the values are not hiding, even when using the showvalues, 0 command. Could you please help on this issue? Any assistance would be appreciated.
SELECT 'dbr.parameters.show';
SELECT 'dbr.search', 1;
SELECT 'dbr.chart', 'Donut', 'Revenue by CAT';
SELECT 'dbr.chart.options','showvalues', 0;
SELECT 'dbr.chart.options', 'chartjs';
SELECT 'dbr.chart.options', 'legend.position', 'right';
SELECT 'dbr.chart.color', '#50C878', '#F0E442', '#56B4E9', '#E69F00', '#0072B2', '#D55E00', '#009E73', '#CC79A7', '#999999', '#87CEEB', '#FFB6C1';
Thank you