Using FusionCharts in Moss 2010

UsingFusionCharts in Moss 2010

Introduce

This document isintroducing how to use FusionCharts in Moss 2010 base on Fusion Charts Free for SharePoint. Fusion Charts Free forSharePoint (FCFS) provides a set of 22 different charts (2D & 3D) thatintegrate easily into your SharePoint environment, it only work for Moss2007from http://charts4sharepoint.codeplex.com/ . I download the source code and updated some code for it. You can download my updated code from http://download.****.net/detail/farawayplace613/2582079

Installation Guide(deploy theFusionCharts on the SharePoint 2010 server)

Pre-condition: Youhave install VS2010 on you Moss2010 server.

1. Copy the code to Moss2010 server

2. Run vs2010 as admin

3. Open the FlashWebPart.csproj and replace http://YourSharePointSiteUrl/ to the web site url where you want deploy the FusionCharts

4. Use the vs2010 open the FlashWebPart.sln

5. Build the project

6. Deploy the project

Using FusionCharts in Moss 2010

7. Go to C:\Program Files\Common Files\Microsoft Shared\Web ServerExtensions\14\TEMPLATE\LAYOUTS and create a dir named FusionCharts

8. Copy all the flash files, xml file and the FusionCharts.js to the dir which created in the steps 7

Using FusionCharts in Moss 2010

9. Validate the deployment

a. Go the web site you deployed FusionCharts

b. Go to the “View all Site Content”

Using FusionCharts in Moss 2010

c.Click create, it will showselect window for what you want to create

Using FusionCharts in Moss 2010

d. Select create a web part page and click create

Using FusionCharts in Moss 2010

e. Input the new page name ,select site pages for the document library and click create button

Using FusionCharts in Moss 2010

f.The url will go the new pageby edit view in default, click the add a web part link

Using FusionCharts in Moss 2010

g. Select the ChartFromXmland click add button

Using FusionCharts in Moss 2010

h. OK, you can see the follow char by default parameter(data)

Using FusionCharts in Moss 2010