现在的位置: 首页 > 综合 > 正文

Using FusionCharts in Moss 2010

2013年01月09日 ⁄ 综合 ⁄ 共 1570字 ⁄ 字号 评论关闭
文章目录

                                      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.csdn.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

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

9.       Validate the deployment

a.       Go the web site you deployed FusionCharts

b.       Go to the “View all Site Content”

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

d.       Select create a web part page and click create

 

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

 

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

  

g.       Select the ChartFromXmland click add button

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

 

抱歉!评论已关闭.