How do I force the line chart to show up to 2 decimal places. ie: its plotting 8 for 7.66
line chart is rounding my values
(6 posts) (3 voices)-
-
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 -
thank you so much!
-
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.
-
Cris,
it is fixed now.The donutpercent chart was not designed to show floating numbers but also it will now show decimals.
--
myDBR Team -
It works! Thank you for the excellent and responsive support.
Reply
You must log in to post.