I see "showvalues, 1/0/percent" as an option of dbr.chart.options.
Is it possible to show both the value and the percentage in a pie-chart?
dbr.chart.options
(5 posts) (2 voices)-
-
Sure,
myDBR supports ChartDirector's parameter substitution and formatting directly in dbr.colstyle. To show both value and the percentage use:select 'dbr.colstyle', 2, '{value} {percent}%';
--
myDBR Team -
Thank you!
And when i to show also a label? -
If you want to show the label in different line:
select 'dbr.colstyle', 2, '{label}\n{value} {percent}%';
--
myDBR Team -
Again: Thank u!
Reply
You must log in to post.