Sign in to follow this  
Chris Coulthard

Detecting Html 5 Use

Recommended Posts

Chris -

 

Here's the method I use:

 

var chart = new FusionCharts(..);

//	only true if js chart
if (!!chart._overrideJSChartConfiguration) {
//
}

 

Hope this helps.

Share this post


Link to post
Share on other sites

Perfect!

 

thanks

 

Chris

 

 

Chris -

 

Here's the method I use:

 

var chart = new FusionCharts(..);

//	only true if js chart
if (!!chart._overrideJSChartConfiguration) {
//
}

 

Hope this helps.

Edited by Chris Coulthard

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