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!

Changing the custom XML for a flash chart dynamically

509042Jun 12 2007 — edited Jun 12 2007
Hello

I am wondering if anyone has found a way to change the custom XML
for a flash chart dynamically.

For instance.

On the www.anychart.com website their is a gallery with charts.
I have studied one called "2Dlinetimechart. It has hours on the X-axis.

When I view the XML for this chart.
I found this enrty
- <block color="0x0080C0" border_color="0x0080C0" name="Sales dept.">
<set value="0" argument="0" name="00:00" />
<set value="1" argument="0" name="01:00" />

It uses the tag value to set the position on the X-axis. But the tag name to set the labels on the X-axis.

I have not found a way to do this in application express 3.0.

Therefore I wonder if I can change to XML dynamically, and build my own block based on the input I have.

Or even build a chart, based on a xml that I create first then sends to the object that renders the chart.

Hope this makes sence ?

Ulf

PS this is related to my question about
http://forums.oracle.com/forums/thread.jspa?messageID=1887210?
using dates on the x-axis.
But would by nice to know a general method to rebuild the xml-file dynamically so I can change the chart within the limits of the xml-definition.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 10 2007
Added on Jun 12 2007
0 comments
516 views