gary.brain Report post Posted March 22, 2010 Hi just a quick thanks for this great addition, I use jquery alot with fusion charts so know I have the best of both worlds. Share this post Link to post Share on other sites
shamasis Report post Posted March 22, 2010 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
abbottmw Report post Posted March 23, 2010 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
Pallav Report post Posted March 29, 2010 Hi Matthew, We do have plans to support maps in jQuery as well - it'll come later this year. Share this post Link to post Share on other sites