JackKokah Report post Posted March 12, 2013 Hello, We are currently using FusionCharts Free with our ASP.NET webste, but we are interested in buying FusionChartsXT since it has more features in controlling charts. Before buying we have some notes regarding the implementation of FusionChartsXT, these are: 1- This is a sample of one of our charts: As you can see the numbers are interacting with each others, and we couldn't find any solution to this in Fusion charts free, we hope that we can have more control on this in FusionChartsXT so that the chart can be more clear to users. 2- Printing the whole page including the charts sometimes the chart do not appear. And most of times when printing the chart position changes in print preview and it's hard to control, we also hope that we can have more control in printing in FusionChartsXT. 3- Ability to view charts on mobiles,iphones,android, .. etc. Since FusionCharts Free was rendered in Flash, we couldn't view it on other systems that doesn't supports flash like IPhones. I believe we can solve this in FusionChartsXT if charts were rendered as JavaScript right? 4- We're kind of confused in purchasing the correct plan of FusionChartsXT, can you please clarify which of the plans would be suitable for us? We have an ASP.Net website hosted on GoDaddy.com, I think we only need the "Website" plan. That's all, thanks for providing this powerful and great tool Share this post Link to post Share on other sites
Swarnam Report post Posted March 12, 2013 Hey, As you can see the numbers are interacting with each others, and we couldn't find any solution to this in Fusion charts free, we hope that we can have more control on this in FusionChartsXT so that the chart can be more clear to users. >>Yes, lot more of features has been added and enhanced. You will have more control over the chart features when compared to FusionCharts Free. Please find the chart rendered using the latest version. 2- Printing the whole page including the charts sometimes the chart do not appear. And most of times when printing the chart position changes in print preview and it's hard to control, we also hope that we can have more control in printing in FusionChartsXT. Yes, FusionCharts XT provides advanced print management using JavaScript for Mozilla/WebKit/Gecko based browsers like Firefox, Safari etc. Even though displayed properly on screen, printed output had been not proper in these browsers. So long! FusionCharts JavaScript class offers a separate Print Manger class to take care of this. FusionCharts JavaScript class offers a separate Print Manger class to take care of this. The implementation of Print Manager is fairly simple. You would just need to add a single line of code in JavaScript which enables Print Manager for all charts present in a web page. Once enabled, all the charts present in a page are prepared to print correctly.[/code] Once the charts are ready, which can be tracked by listening to an event raised by the Print Manager, you can use browser's File → Print menu, JavaScript's native window.print() function or Print Manager's advanced function - managedPrint(). In any of these actions, the charts would come-up properly in the print media. Please refer for more info at: http://docs.fusioncharts.com/charts/contents/JavaScript/JS_PrintManager.html 3- Ability to view charts on mobiles,iphones,android, .. etc. Since FusionCharts Free was rendered in Flash, we couldn't view it on other systems that doesn't supports flash like IPhones. I believe we can solve this in FusionChartsXT if charts were rendered as JavaScript right? Yes, FusionCharts XT gives you the option of either using automatic fallback, wherein the charts figure out the best mode of rendering (either Flash or JavaScript, based on availability of Flash Player), or lets you configure whether to render charts exclusively using JavaScript. 4- We're kind of confused in purchasing the correct plan of FusionChartsXT, can you please clarify which of the plans would be suitable for us? We have an ASP.Net website hosted on GoDaddy.com, I think we only need the "Website" plan. >>Can you please drop a mail to "[email protected]" ? Share this post Link to post Share on other sites
JackKokah Report post Posted March 12, 2013 Hey, As you can see the numbers are interacting with each others, and we couldn't find any solution to this in Fusion charts free, we hope that we can have more control on this in FusionChartsXT so that the chart can be more clear to users. >>Yes, lot more of features has been added and enhanced. You will have more control over the chart features when compared to FusionCharts Free. Please find the chart rendered using the latest version. 2- Printing the whole page including the charts sometimes the chart do not appear. And most of times when printing the chart position changes in print preview and it's hard to control, we also hope that we can have more control in printing in FusionChartsXT. Yes, FusionCharts XT provides advanced print management using JavaScript for Mozilla/WebKit/Gecko based browsers like Firefox, Safari etc. Even though displayed properly on screen, printed output had been not proper in these browsers. So long! FusionCharts JavaScript class offers a separate Print Manger class to take care of this. FusionCharts JavaScript class offers a separate Print Manger class to take care of this. The implementation of Print Manager is fairly simple. You would just need to add a single line of code in JavaScript which enables Print Manager for all charts present in a web page. Once enabled, all the charts present in a page are prepared to print correctly.[/code] Once the charts are ready, which can be tracked by listening to an event raised by the Print Manager, you can use browser's File → Print menu, JavaScript's native window.print() function or Print Manager's advanced function - managedPrint(). In any of these actions, the charts would come-up properly in the print media. Please refer for more info at: http://docs.fusionch...intManager.html 3- Ability to view charts on mobiles,iphones,android, .. etc. Since FusionCharts Free was rendered in Flash, we couldn't view it on other systems that doesn't supports flash like IPhones. I believe we can solve this in FusionChartsXT if charts were rendered as JavaScript right? Yes, FusionCharts XT gives you the option of either using automatic fallback, wherein the charts figure out the best mode of rendering (either Flash or JavaScript, based on availability of Flash Player), or lets you configure whether to render charts exclusively using JavaScript. 4- We're kind of confused in purchasing the correct plan of FusionChartsXT, can you please clarify which of the plans would be suitable for us? We have an ASP.Net website hosted on GoDaddy.com, I think we only need the "Website" plan. >>Can you please drop a mail to "[email protected]" ? Thank you! Share this post Link to post Share on other sites