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!

Flot Pie Chart [Plug-in] customized display option

Ramani_apexNov 23 2015 — edited Nov 23 2015

I have region plugin(Flot Pie Chart) from package application.the value showing % as default.

how can remove it?

how to show the one value in centre place?

Development environment: apex.oracle.com

Theme: 42(universal)

select 'Internal' as label,

   (select sum(INT\_QTY)  from TABLE\_A)  as value 

from dual

union all

select 'External' as label,

   (select sum(EXT\_QTY)  from TABLE\_A)  as value 

from dual

union all

select 'Total' as label,

   (select sum(A\_TOTAL)  from TABLE\_A)  as value 

from dual

chart.PNG

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 21 2015
Added on Nov 23 2015
0 comments
259 views