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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Bar Chart with percentages

bobmaganSep 8 2014 — edited Sep 9 2014

I am on APEX 4.2 and want to create a 3D percentage bar chart (instead of count). The wizard only gives an option for a stacked percentage bar char. My SQL returns the counts and I thought i could use the '%YPercentOfSeries' option in the chart XML. I was able to get the display to show the correct percentage by putting that into  <label_settings> section (see below), but the bar heights and axes legend are showing based on the counts number. Any ideas?

<label_settings enabled="true" mode="Outside" multi_line_align="Center">

            <format><![CDATA[{%YPercentOfSeries}{numDecimals:0}%]]></format>

            <background enabled="false"/>

            <font family="Tahoma" size="10" color="0x000000" />

          </label_settings>

This post has been answered by Christoph on Sep 9 2014
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 7 2014
Added on Sep 8 2014
3 comments
464 views