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>