FusionCharts - Using XML as data format

Created using FusionCharts Suite XT - www.fusioncharts.com

by Ayan Bhadury

HTML

<script src="http://static.fusioncharts.com/code/latest/fusioncharts.js"></script>
<script src="http://static.fusioncharts.com/code/latest/fusioncharts.charts.js"></script>
<script src="http://static.fusioncharts.com/code/latest/themes/fusioncharts.theme.fint.js"></script>
<div id="chart-container">FusionCharts will render here</div>

JavaScript

FusionCharts.ready(function () {
    var revenueChart = new FusionCharts({
        type: 'line',
        renderAt: 'chart-container',
        width: '500',
        height: '300',
        dataFormat: 'xml',
        dataSource: "<chart theme='fint' caption='Visitors to website' subcaption='Last week' xaxisname='Day' yaxisname='Visits' showvalues='0'><set label='Mon' value='5123' _nlineheight='14' _cumulativesum='14' orilabel='Mon' labeltooltext=''><style /><_ovrstyle fontsize='10px' fontfamily='Verdana,sans' lineheight='12px' fontweight='normal' /><_slabel text='Mon' maxwidth='62' maxheight='95' width='20' height='12' oritextwidth='20' oritextheight='12' oritext='Mon' istruncated='false' /></set><set label='Tue' value='4233' _nlineheight='14' _cumulativesum='28' orilabel='Tue' labeltooltext=''><style /><_ovrstyle fontsize='10px' fontfamily='Verdana,sans' lineheight='12px' fontweight='normal' /><_slabel text='Tue' maxwidth='62' maxheight='95' width='18' height='12' oritextwidth='18' oritextheight='12' oritext='Tue' istruncated='false' /></set><set label='Wed' value='5507' _nlineheight='14' _cumulativesum='42' orilabel='Wed' labeltooltext=''><style /><_ovrstyle fontsize='10px' fontfamily='Verdana,sans' lineheight='12px' fontweight='normal' /><_slabel text='Wed' maxwidth='62' maxheight='95' width='22' height='12' oritextwidth='22' oritextheight='12' oritext='Wed' istruncated='false' /></set><set label='Thu' value='4110' _nlineheight='14' _cumulativesum='56' orilabel='Thu' labeltooltext=''><style /><_ovrstyle fontsize='10px' fontfamily='Verdana,sans' lineheight='12px' fontweight='normal' /><_slabel text='Thu' maxwidth='62' maxheight='95' width='18' height='12' oritextwidth='18' oritextheight='12' oritext='Thu' istruncated='false' /></set><set label='Fri' value='5529' _nlineheight='14' _cumulativesum='70' orilabel='Fri' labeltooltext=''><style /><_ovrstyle fontsize='10px' fontfamily='Verdana,sans' lineheight='12px' fontweight='normal' /><_slabel text='Fri' maxwidth='62'...