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!

custom XML for an anychart scatter chart, returning an 'IO error'

782530Jul 15 2010 — edited Jul 16 2010
Hi, any XML peeps in here?

Trying to change XML on a graph to show required values, but keep getting errors.
Could anyone help?

Thanks in advance :)


<?xml version = "1.0" encoding="utf-8" standalone = "yes"?>
<anychart>
<settings><animation enabled="True" /></settings>
<charts>
<chart plot_type="Scatter" use_anychart3_data_model="true" />
<chart_settings>
<legend enabled="True" position="Top" align="Spread" elements_align="Center">
<title enabled="False" />
<background enabled="False" />
</legend>
<title><text>Flashback Capability</text></title>
<axes>
<y_axis>
<scale minimum_offset="0" maximum_offset="0" />
<labels><format>{%Value}{numDecimals:0}</format></labels>
<title><text>Hours</text></title>
</y_axis>
<x_axis>
<title enabled="False" />
<scale minimum_offset="0" maximum_offset="0" major_interval="24" />
<labels>
<format>{%Value}{dateTimeFormat:%dd-%MMM-%yy}</format>
</labels>
<axis_markers>
<ranges>
<range minimum="0" maximum="200">
<fill color="Green" opacity="0.2" />
<minimum_line enabled="False" />
<maximum_line enabled="False" />
<label enabled="True">
<font bold="True" />
<format>Day</format>
</label>
</range>
<range minimum="2" maximum="170">
<fill color="Gold" opacity="0.2" />
<minimum_line enabled="False" />
<maximum_line enabled="False" />
<label enabled="True" multi_line_align="Center">
<font bold="True" />
<format>Average (2-170)</format>
</label>
<range minimum="1300" maximum="2000">
<fill color="Red" opacity="0.2" />
<minimum_line enabled="False" />
<maximum_line enabled="False" />
<label enabled="True" multi_line_align="Center">
<font bold="True" />
<format>High (1300-2000)</format>
</range>
</label>
</range>
</ranges>
</axis_markers>
</x_axis>
</axes>
</chart_settings>
<data_plot_settings>
<marker_series>
<tooltip_settings enabled="True">
<format>X: {%XValue}{numDecimals:2} Y: {%Value}{dateTimeFormat:%dd-%MMM-%yy}</format>
</tooltip_settings>
<marker_style>
<marker size="8" />
<states>
<hover color="White">
<marker size="12" />
</hover>
</states>
</marker_style>
</marker_series>
</data_plot_settings>
<data>
#DATA#
<series>
</series>
</data>
</chart>
</charts>
</anychart>
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 13 2010
Added on Jul 15 2010
1 comment
895 views