line chart is rounding my values

(6 posts) (3 voices)

Tags:

  1. JMitchell, Member

    How do I force the line chart to show up to 2 decimal places. ie: its plotting 8 for 7.66

  2. myDBR Team, Key Master

    This is bug which has been fixed for the next release. The chart itself is correct, the label value is rounded to full number.

    You can use the real values by adding a command:

    select 'dbr.chart.options', 'chartdirector', '$layer->setDataLabelFormat("{value}");';

    --
    myDBR Team

  3. JMitchell, Member

    thank you so much!

  4. cris, Member

    Has this bug been fixed? I still have rounding issues in column3d charts as well as doughnutpercent charts. I cannot get the charts to display the numbers to the right of the decimal, but when I hover over a series, the numbers to the right of the decimal are correctly displayed.

    this:
    select 'dbr.chart.options', 'chartdirector', '$layer->setDataLabelFormat("{value}");';

    does not fix the problem for me.

  5. myDBR Team, Key Master

    Cris,
    it is fixed now.

    The donutpercent chart was not designed to show floating numbers but also it will now show decimals.

    --
    myDBR Team

  6. cris, Member

    It works! Thank you for the excellent and responsive support.


Reply

You must log in to post.