[email protected] Report post Posted December 21, 2016 Hello Team, I am trying to convert AngularGauge.swf to javascript AngularGauge I have done it for other chart just by changing the .swf chart name with javascript chart name , that worked well . but for AngularGauge.swf rendering login is implemented in a following way , I got stuck in how to convert this chart in javascript driven chart. <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" data="AngularGauge" type="application/x-shockwave-flash" width="390" height="290" id="gaugeChart"> <param name="allowScriptAccess" value="always" /> <param name="wmode" value="opaque" /> <param name="movie" value="./fusioncharts/AngularGauge.swf" /> <param name="FlashVars" value="ChartNoDataText=<%=resource.getMessage(request.getLocale(),"FPD.Error.Insufficient.Data")%>&LoadDataErrorText= <%=resource.getMessage(request.getLocale(),"FPD.Error.Insufficient.Data")%>&dataURL=./ForecastPerformanceDashboardServlet? Gauge=Gauge" /> <param name="quality" value="high" /> <param name="AllowFullScreen" value="1" /> <embed src="AngularGauge.swf" quality="high" flashVars="ChartNoDataText=<%=resource.getMessage(request.getLocale(),"FPD.Error.Insufficient.Data")%>&LoadDataErrorText= <%=resource.getMessage(request.getLocale(),"FPD.Error.Insufficient.Data")%>&dataURL=./ForecastPerformanceDashboardServlet? Gauge=Gauge" width="390" height="290" wmode="transparent" allowScriptAccess="always" type="application/x-shockwave-flash" pluginspage="https://www.macromedia.com/go/getflashplayer"/> </object> Could you please help me to convert this type of .swf chart in Javascript Chart. Thanks In Advanced #Amol. Share this post Link to post Share on other sites
Ayan Bhadury Report post Posted December 21, 2016 Hi, To render your charts in JavaScript please upgrade it to the latest version. You can download the latest version from here . In order to upgrade it to the latest version please follow the instructions here. For implementing gauge using javascript refer here. You can check live sample with source code here - http://jsfiddle.net/fusioncharts/577w5/ Hope this helps. Share this post Link to post Share on other sites
[email protected] Report post Posted December 21, 2016 Thanks Ayan !!! Share this post Link to post Share on other sites
Ayan Bhadury Report post Posted December 21, 2016 Happy to help you. Share this post Link to post Share on other sites