Create FusionChart for Static XML Data in SharePoint
This time my requirement is: just to display fusion chart for supplied data (Of course, it made the work much much simpler!)
Just download the FusionChart Free from: http://www.fusioncharts.com/goodies/fusioncharts-free/download/FusionChartsFree.zip extract and upload the desired Chart SWF & updated XML with your data to a document library in SharePoint.
Now, What? Add a content editor web part on your desired page, place this code with your own SharePoint URLs where you uploaded the SWF and XML files:
WOW! excellent chart. Not even a minute of work! We've got fusion chart in SharePoint 2010!
You can make it little more interactive by providing interface to update XML file. Just place a Data Form Web part using SPD and point to the XML file. So simple, huh?
Refer my old posts, if you want to generate the Fusion Chart dynamically from a SharePoint List.
Just download the FusionChart Free from: http://www.fusioncharts.com/goodies/fusioncharts-free/download/FusionChartsFree.zip extract and upload the desired Chart SWF & updated XML with your data to a document library in SharePoint.
Now, What? Add a content editor web part on your desired page, place this code with your own SharePoint URLs where you uploaded the SWF and XML files:
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="500" height="400"> <param name="movie" value="https://SharePoint.com/FusionChart/Charts/FCF_Column2D.swf?chartWidth=500&chartHeight=400" > <xsl:text xmlns:ddwrt="http://schemas.microsoft.com/WebParts/v2/DataView/runtime" ddwrt:whitespace-preserve="yes" xml:space="preserve" /> <param name="FlashVars" value="&dataURL=https://SharePoint.com/FusionChart/Data/Column3D.xml&chartWidth=500&chartHeight=400" /> <param name="quality" value="high" /> </param> </object>
WOW! excellent chart. Not even a minute of work! We've got fusion chart in SharePoint 2010!
You can make it little more interactive by providing interface to update XML file. Just place a Data Form Web part using SPD and point to the XML file. So simple, huh?
Refer my old posts, if you want to generate the Fusion Chart dynamically from a SharePoint List.
Hi Salaudeen,
ReplyDeleteIt is great that you have FusionCharts Free working in Sharepoint.
I'd like to let you know that we are working on a charting product for Sharepoint, named as Collabion Charts for Sharepoint - http://www.fusioncharts.com/extensions/sharepoint/.
You may try out the beta version.
Happy charting!