Hi,
does anyone know how to create multiple charts within one html-file from one xml-file which contain more than one chart nodes??
example xml:
<?xml version="1.0" encoding="utf-8"?>
code >
I'm thinking of parsing the xml-file containing multiple chart nodes with JavaScript but isn't there any built in solution for my problem?
How do I create nested charts like the example on http://www.fusioncharts.com/Demos/Blueprint/ ?
thx for any help!
Ingo