vernon

Members
  • Content count

    4
  • Joined

  • Last visited

About vernon

  • Rank
    Forum Newbie
  1. Fushion Widget Enterprise

    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");
  2. Fushion Widget Enterprise

    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);
  3. Fushion Widget Enterprise

    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.
  4. Hi firstly im not a developer but a front end designer, so excuse my lack of technical knowledge. We (our web developers) are building websites that have around 1,000 users logged in, these users need to see there own individual data presented to them in a nice graphical gauge. The technology we are using is ColdFusion. My question is using FusionWidgets would we have to create a separate xml doc for each user (which would be unmanageable) or does this app build the xml on the fly and pass that into the rendered page thus not filling up the site with xml docs? Thanks in advance