MatB Report post Posted May 18, 2011 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
Rahul Kumar Report post Posted May 19, 2011 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
Arka Report post Posted May 19, 2011 (edited) Hi, Welcome to FusionCharts Forum! We would like to thank you for showing interest in FusionCharts. Happy FusionCharting .... Edited May 19, 2011 by Arka Share this post Link to post Share on other sites
MatB Report post Posted June 28, 2011 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
Rahul Kumar Report post Posted June 28, 2011 Hi Mat, Could you please try using %25 instead of % (percentage) in your XML? Example: numberSuffix='%' should become numberSuffix='%25' Share this post Link to post Share on other sites
RafalN Report post Posted February 22, 2012 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 Report post Posted February 28, 2012 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