Sign in to follow this  
MatB

Fusionwidgets For Sharepoint

Recommended Posts

Do you have any plans to make FusionWidgets available for SharePoint?

 

I've managed to get the evaluation version kind of working in WSS 3.0 simply by adding the FusionCharts.js to the master page and using the setDataXML method in a Content Editor Web Part. However, we're planning to move to SPF (Foundation) and this method is no longer working.

 

This is a real shame as we were hoping to use the Angular Gauge charts to create a KPI dashboard.

 

Here's hoping.

 

Mat

Share this post


Link to post
Share on other sites

Hi Mat,

 

Yes, FusionCharts for SharePoint will support FusionWidgets charts in future. And you can still use 'Content Editor' web part in SPF to view Angular Gauge chart, but for that you have to use <OBJECT> embed method instead of JS method.

 

For more information about <OBJECT> embed method, please refer to the link below:

 

http://www.fusioncharts.com/docs/FirstChart/HtmlEmbed.html

 

Hope this helps.

Share this post


Link to post
Share on other sites

Hi,

 

Welcome to FusionCharts Forum!:)

We would like to thank you for showing interest in FusionCharts.

 

 

Happy FusionCharting .... :D

Edited by Arka

Share this post


Link to post
Share on other sites

Hi Mat,

 

Yes, FusionCharts for SharePoint will support FusionWidgets charts in future. And you can still use 'Content Editor' web part in SPF to view Angular Gauge chart, but for that you have to use <OBJECT> embed method instead of JS method.

 

For more information about <OBJECT> embed method, please refer to the link below:

 

http://www.fusioncha.../HtmlEmbed.html

 

Hope this helps.

 

Hi

 

Thanks for the tip. I've tried using this method, but I'm getting 'invalid XML data' displayed. I'm using very simple XML to test this:

 

<object width="400" height="300" id="Column3D" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0">
 <param name="movie" value="/lib/FusionWidgets/Charts/AngularGauge.swf"/>
 <param name="FlashVars" value="&chartWidth=400&chartHeight=300&DOMId=myChartIdRegisterWithJS=1&debugMode=0&dataXML=<chart lowerLimit='0' upperLimit='100' lowerLimitDisplay='Bad' upperLimitDisplay='Good' gaugeStartAngle='180' gaugeEndAngle='0' palette='1' numberSuffix='%' tickValueDistance='20' showValue='1'>
  <colorRange>
     <color minValue='0' maxValue='75' code='FF654F'/>
     <color minValue='75' maxValue='90' code='F6BD0F'/>
     <color minValue='90' maxValue='100' code='8BBA00'/>
  </colorRange>
  <dials>
     <dial value='92' rearExtension='10'/>
  </dials>
</chart>">
 <param name="quality" value="high"/>
 <embed src="/lib/FusionWidgets/Charts/AngularGauge.swf" flashVars="&chartWidth=400&chartHeight=300&DOMId=myChartIdRegisterWithJS=1&debugMode=0&dataXML=<chart lowerLimit='0' upperLimit='100' lowerLimitDisplay='Bad' upperLimitDisplay='Good' gaugeStartAngle='180' gaugeEndAngle='0' palette='1' numberSuffix='%' tickValueDistance='20' showValue='1'>
  <colorRange>
     <color minValue='0' maxValue='75' code='FF654F'/>
     <color minValue='75' maxValue='90' code='F6BD0F'/>
     <color minValue='90' maxValue='100' code='8BBA00'/>
  </colorRange>
  <dials>
     <dial value='92' rearExtension='10'/>
  </dials>
</chart>" width="400" height="300" name="AngularGauge" quality="high" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"/>
</object>

 

Am I missing something obvious here?

 

Your help is much appreciated.

 

By the way -- this is just a regular HTML page. I wanted to get that working before trying to use SharePoint.

 

Thanks

Share this post


Link to post
Share on other sites

Hi, I would like to refresh this topic. When are you planning to implement any FusionWidgets for Collabion Charts for Sharepoint.

 

I would like to use the following widgets for the KPI reporting:

 

1. bulb gauge

http://www.fusioncha....asp?id=bulb_21

 

2. angluar gauge with trend points

http://www.fusioncha...sp?id=angular_5

 

3. cylinder gauge

http://www.fusioncha...p?id=cylinder_9

http://www.fusioncha...p?id=cylinder_8

 

Pls let me know if it's possible to implement these elements in the near future. Thanks

Share this post


Link to post
Share on other sites
Guest vishal@fusioncharts

Hi, I would like to refresh this topic. When are you planning to implement any FusionWidgets for Collabion Charts for Sharepoint.

 

I would like to use the following widgets for the KPI reporting:

 

1. bulb gauge

http://www.fusioncha....asp?id=bulb_21

 

2. angluar gauge with trend points

http://www.fusioncha...sp?id=angular_5

 

3. cylinder gauge

http://www.fusioncha...p?id=cylinder_9

http://www.fusioncha...p?id=cylinder_8

 

Pls let me know if it's possible to implement these elements in the near future. Thanks

 

Hi RafalN,

 

Thanks for your interest in Collabion Charts. Your request to add support for FusionWidgets in Collabion Charts is duly noted. Unfortunately, we would not be able to comment on the timeline at this moment.

 

Thanks

Vishal

 

 

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this