gary.brain

[feedback] Thanks for the tools

Recommended Posts

Greetings,

 

 

 

We are glad to be of help.

 

 

 

Your post is extremely valuable and we are looking forward for more suggestions, bug reports and feature requests from your end. :)

 

 

 

Inferring from the fact that you have posted in "FusionCharts v3 jQuery Plugin" forum, we would like to pass on an information that you can use the jQuery plugin with FusionCharts v3 as well. All you need to do is provide "product: 'v3'" and the correct path to your v3 swf files in swfPath parameter.

 

 

 

For example, if your codes are located at "FusionCharts/Charts" in server-root, you could extend the default configuration of your FusionCharts jQuery plugin as below:

 

<script type="text/javascript" src="/FusionChartsFree/JS/jquery.fusioncharts.js"></script>

 

<script type="text/javascript">

 

$.FusionCharts.config.extend({

 

product: 'v3',

 

swfPath: '/FusionCharts/Charts'

 

});

 

</script>

 

 

 

Do make sure to drop in such "quick" posts whenever you feel like!! :)

Share this post


Link to post
Share on other sites

I havent tested this, but are Maps supported?  If not, will they be?  Just looking at the docs, this plugin will come in handy.  Ive actually been waiting on this for a while now.  Thanks for all your hard work!!

-Matthew

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