Sign in to follow this  
JMSentis

[Angular Gauge] Can Not Do An Async Update In Evaluation Gauge

Recommended Posts

Hello.

 

In our organization we buyed two years ago a license for fusion widgets. Recently we try a new version of the angular gauge working good with one exception. It can not do asynchronous data change like the previously licensed version. The evaluation version can not do asynchronous data updates? If we buy a new license the angular gauge will work good with asynchronous data updates?

 

Our update code is:

 

var chartObj = FusionCharts( "myChartId" );
chartObj.setXMLUrl(UrlGauge);

 

Regards.

Share this post


Link to post
Share on other sites
Guest Angshu

Hi,

 

Welcome to FusionCharts Forum! smile.gif

 

Could you please explain a bit more about "asynchronous data updates"?

 

I am afraid, we are not able to under stand your query.

 

Awaiting for your response.

Share this post


Link to post
Share on other sites

Hi,

 

Welcome to FusionCharts Forum! smile.gif

 

Could you please explain a bit more about "asynchronous data updates"?

 

I am afraid, we are not able to under stand your query.

 

Awaiting for your response.

 

Hello.

 

Sorry i want to mean when through javascript i want to load new data in the chart (changing the url params and loading the gauge again).

 

Regards.

Share this post


Link to post
Share on other sites

Hello.

 

I am so glad to say your links are wrong. The first and the second go to the overview page, in fact any wrong link goes to overview, try:

 

http://www.fusioncharts.com/widgets/docs/?Contents/noValidInfo

 

The last one is a link to the old documentation, recent versions of amcharts do not use setDataXML(strXML). You changed it to setXMLUrl(strXML). If I use old method no request is done and it paints no gauge. At least with the new command it shows the gauge the first time...

 

Regards.

 

Share this post


Link to post
Share on other sites

Hello.

 

I am so sorry to say we have to hurry up to complete our project and we decided to not buy again your product. We have found a open source chart library that works also with iphone/ipad for the gauge component named Rgraph.

 

Regards.

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