bagus sutan Report post Posted December 22, 2009 Hi, my company just bought this version and i'm still blank about it. i've tried the trial version, should there any different of usage for both version? if there is new version how do i upgrade it? just download with my company user name and password? please rehearse me. thx Bagus Sutan Share this post Link to post Share on other sites
Guest Madhumita Report post Posted December 22, 2009 Hello, There is no difference between FusionWidgets V3 Licensed Version and FusionWidgets Trial. FusionWidgets Trial is a no-restriction evaluation of the actual component i.e., there are no days and feature limitations in this trial. The only difference is that in the trial version charts, "FusionCharts" and "InfoSoft Global" imprints would be present on the charts. Once you purchase a license, these imprints would be automatically removed. To download the licensed version all you have to do is go to http://www.fusioncharts.com/puc/ and log-in with the Login name and Password provided by us to your company while selling the license. Hope this helps. Share this post Link to post Share on other sites
bagus sutan Report post Posted December 23, 2009 Thanks for the quic reply, i found this tool very handy. How can I use custom color for the line chart instead of default color? Thanks Bagus Sutan Share this post Link to post Share on other sites
Guest Madhumita Report post Posted December 23, 2009 Hello, Please set lineColor attribute in the <chart> element to impart your custom color to the line. You can also use the color attribute in the <set> element to specify color for the data item. Hope this helps. Share this post Link to post Share on other sites
vernon Report post Posted January 28, 2010 Hi, i too have just downloaded the trial version of Fusionwidgets on the basis of this we are about to purchase the pro version. But i have one question on the trial version ive been trying to set a Angular9 gauge to a transparent background by making background alpha 0 in the xml and i see in the .js that the wmode is already transparent=true, but all im getting is a white background to my gauge, so is this part of the trial and will operate perfect when we purchase the pro version? Many thanks in advance. Share this post Link to post Share on other sites
Guest Madhumita Report post Posted January 28, 2010 Hello, You have to do a setTransparent(true) on the chart object to render the chart in transparent mode. The .js file does not set the chart in transparent mode. By default all charts are rendered in window mode. Could you please send us a screen-shot of the issue along with your codes so that we can test on it? Awaiting your reply. Share this post Link to post Share on other sites
vernon Report post Posted February 25, 2010 hi heres the code im using in the page: FusionGadgets var myChart = new FusionCharts("../Charts/AngularGauge.swf", "myChartId", "330", "300", "0", "0"); myChart.setDataURL("Data/Angular9.xml"); myChart.render("chartdiv"); myChart.setTransparent(true); Share this post Link to post Share on other sites
vernon Report post Posted February 25, 2010 ahh just managed to get this sorted, i put in the html - myChart.setTransparent(true); and it didnt work but then i noticed that when i changed the order that i put that line ie: putting in before myChart.render("chartdiv"); then the transparent worked fine. Horaaaaaaay!!! myChart.setDataURL("Data/Angular9.xml"); myChart.setTransparent(true); myChart.render("chartdiv"); Share this post Link to post Share on other sites
Guest Basundhara Ghosal Report post Posted February 25, 2010 Hi, That's great. Happy FusionCharting. Share this post Link to post Share on other sites