Hi im using JDeveloper 11g (11.1.1.9.0).
I have a scenario in which i need to show pie chart that contains status as (count)complete, incomplete and pending.
For example i've 10 complete, 19 incomplete and 1 pending status.
Now i wants to show this in pie chat like the image below

i've return query to extract count(10 complete, 19 incomplete and 1 pending status) and in my case, status in pie chat is displayed as percentage wise (below image)

.
Is this possible in ADF to show pie chart as count and not as percentage??