Hi All,
i was going thru the documentation of creating charts using external file and it was very easy to customize but the problem for me is the requirment is something like i have to use inline dataXML inside the HTML file. I was able to create a basic chart with it, but for creating a multi-series chart how do i form this hierarchy... i am getting an error like this "No Data to Display"... Please help !!
<categories>
<category name='Jan' />
<category name='Feb' />
</categories>
<dataset seriesName='2006' color='c4e3f7' >
<set value='27400' />
<set value='29800' />
</dataset>
<dataset seriesName='2005' color='Fad35e' >
<set value='10000'/>
<set value='11500'/>
</dataset>