Sign in to follow this  
amolchaudhari69@gmail.com

Not able to convert AngularGauge.swf to Javascript driven AngularGauge chart

Recommended Posts

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"
  </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
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 hereFor 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

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