Sign in to follow this  
adam525

Get Data From Angulargauge And Hlineargauge

Recommended Posts

Hi,

 

i am trying to get data from the charts of a webpage, by using .getDataAsCSV

 

I am running the following code:

 

if(FusionCharts(chartId))

{

var chartObj = FusionCharts(chartId);

}

else if(getChartFromId(chartId))

{

var chartObj = getChartFromId(chartId);

}

chartData = chartObj.getDataAsCSV();

 

 

This code is working for all charts except if the pages include an angularGauge graph or a HlinearGauge graph. I have the error message below, translated from french:

 

The object does not support property or method "getDataAsCSV".

 

 

i checked and the version of these graphs is 3.1.1 and the version of the graphs which works properly is 3.2.1.

 

According to my collegue: "AngularGauge and HlinearGauge are part of FusionWidgets and the latest version available in the market is v3.1.1".

 

 

So, my questions are:

 

1- It is correct to suppose that the issue is due to the version of the widgets, if yes, is there a version 3.2.1 for "AngularGauge and HlinearGauge?

2- If the answer is no, there is an error in my code or something i can do to fix this matter?

 

thank you for any help;

 

best regards

Share this post


Link to post
Share on other sites
Guest Angshu

Hi,

 

Welcome to FusionCharts Forum! smile.gif

 

Yes, the current version of Fusionwidgets is v 3.1.1. which does not support the method "getDataAsCSV().

 

We will get back to you once there is any is any news from our end regarding FusionWidgets v 3.2.2.

 

Thank you very much for your continued patience and patronage.

 

Hope you have a great day!

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