Donut - ShowValues

(2 posts) (2 voices)

Tags:

No tags yet.

  1. Dev, Member

    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

  2. myDBR Team, Key Master

    The showvalues option was just for the image charts (ChartDirector). It has now been added also to the Chart.js based chart. Run the automatic updater to get the latest build.

    --
    myDBR Team


Reply

You must log in to post.