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 Here 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&amp;chartHeight=400" >
  <xsl:text xmlns:ddwrt="https://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&amp;chartWidth=500&amp;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!

fusion chart for 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.

Salaudeen Rajack

Salaudeen Rajack - Information Technology Expert with Two-decades of hands-on experience, specializing in SharePoint, PowerShell, Microsoft 365, and related products. He has held various positions including SharePoint Architect, Administrator, Developer and consultant, has helped many organizations to implement and optimize SharePoint solutions. Known for his deep technical expertise, He's passionate about sharing the knowledge and insights to help others, through the real-world articles!

One thought on “Create FusionChart for Static XML Data in SharePoint

  • Hi Salaudeen,

    It 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 – https://www.fusioncharts.com/extensions/sharepoint/.

    You may try out the beta version.

    Happy charting!

    Reply

Leave a Reply

Your email address will not be published. Required fields are marked *