Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

show value instend of percentage in Pie chart

V PJSJun 1 2018 — edited Jun 5 2018

Hi,

I created a pie chart with below SQL

select 'LABEL1' LABEL,100 VALUE FROM DUAL

UNION

select 'LABEL2',100 FROM DUAL

UNION

select 'LABEL3',100 FROM DUAL

but the pie chart displays only the percentage in the pie, is there any way to show the value in the pie chart? eg. 33.3 % - 100

(I know the value can be shown in the tooltip when we point the mouse on the pie, but the user would like to see the value on the chart)

capture.PNG

Thanks

This post has been answered by Pierre Yotti on Jun 1 2018
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 3 2018
Added on Jun 1 2018
4 comments
2,660 views