I would like to ask which chart type would be best for me as the data follows:
Please help as soon as possible. Any help(with code) would be much more appreciated.
Abhisek
please use Combination Chart like FCF_MSColumn3DLineDY or FCF_MSColumn2DLineDY type chart for that given data. also follow this xml.
<graph PYAxisName='Score' SYAxisName='Rating' xAxisName='Month' showValues='0' decimalPrecision='0' bgcolor='F3f3f3' bgAlpha='70' showColumnShadow='1' divlinecolor='c5c5c5' divLineAlpha='60' showAlternateHGridColor='1' alternateHGridColor='f8f8f8' alternateHGridAlpha='60'> <categories> <category name='ABC' /> <category name='XYZ' /> <category name='PQR' /> </categories>
<dataset seriesName='Jan-07' parentYAxis='P' color='c4e3f7'> <set value='35' /> <set value='45' /> <set value='50' /> </dataset>
<dataset seriesName='Feb-07' parentYAxis='P' color='Fad35e'> <set value='45' /> <set value='43' /> <set value='45' /> </dataset> <dataset seriesName='Rating-Jan-07' parentYAxis='S' color='DD00BA' anchorSides='10' anchorRadius='3' anchorBorderColor='009900' > <set value='5' /> <set value='4' /> <set value='3' /> </dataset> <dataset seriesName='Rating-Feb-07' parentYAxis='S' color='00BADD' anchorSides='10' anchorRadius='3' anchorBorderColor='009900' > <set value='5' /> <set value='2' /> <set value='3' /> </dataset>
</graph>
Thanks, Arindam
FusionCharts Team www.fusioncharts.com
Would give it a try and revert back. I think it would rather should work!!!