marcoaguia

Members
  • Content count

    7
  • Joined

  • Last visited

Everything posted by marcoaguia

  1. Gantt Charts In Js

    Hi, the Gantt charts have a javascript version? And may I use the fusion widgets in my web page with the trial version? Thanks
  2. Hi everyone, I have a horizontal gauge but the pointer get stucked at zero, you may see that in the pic below. Could it be a problem in the jquery? How can I solve it? Thanks https://www.dropbox.com/s/zsbivu8t1pygpj4/bug.JPG
  3. Horizontal Gauge Pointer Stuck At Zero

    hi, everything looks nice. I have the feelings thats the problem its in the jquery and jquery.min, some conflict. thanks
  4. Horizontal Gauge Pointer Stuck At Zero

    Hi Sumedh Can you help me please? If you need more information, please just ask. Thanks
  5. Horizontal Gauge Pointer Stuck At Zero

    Hi everyone <Chart bgColor='FFFFFF' bgAlpha='0' showBorder='0' upperLimit='$upperLimit' lowerLimit='$lowerLimit' gaugeRoundRadius='5' chartBottomMargin='1' ticksBelowGauge='0' majorTMNumber='7' $labels $url> <colorRange> <color minValue='$lowerLimit' maxValue='$valorTransicao1' code='E77817' name='".$WP."' /> <color minValue='$valorTransicao' maxValue='$valorTransicao2' code='CAE000' name='".$OPTIMAL."' /> <color minValue='$valorTransicao2' maxValue='$upperLimit' code='75C5F0' name='".$FC."' /> </colorRange> <pointers> <pointer value='$percentagemFinal'/> </pointers> <styles> <definition> <style name='ValueFont' type='Font' size='10' color='333333'/> </definition> <application> <apply toObject='VALUE' styles='valueFont'/> </application> </styles> </Chart> thats my xml code. Below you can see an exemple <Chart bgColor='FFFFFF' bgAlpha='0' showBorder='0' upperLimit='120' lowerLimit='0' gaugeRoundRadius='5' chartBottomMargin='1' ticksBelowGauge='0' majorTMNumber='7' showGaugeLabels='1' valueAbovePointer='0' pointerOnTop='0' pointerRadius='9' numberSuffix='%' clickURL='javascript:maximizeChart(652,326);'> <colorRange> <color minValue='0' maxValue='20' code='E77817' name='Ponto de Emurchimento' /> <color minValue='' maxValue='100' code='CAE000' name='Humidade Óptima' /> <color minValue='100' maxValue='120' code='75C5F0' name='Capacidade de Campo' /> </colorRange> <pointers> <pointer value='121'/> </pointers> <styles> <definition> <style name='ValueFont' type='Font' size='10' color='333333'/> </definition> <application> <apply toObject='VALUE' styles='valueFont'/> </application> </styles> </Chart> thanks
  6. Hi, I have a licence from 2010 for some FusionWidgets on my website . I can use that licence for the JS charts? I have a flash linear gauge in my web page, and I'm interested in JS ones. Where I could download the trial for the gauges? Thanks
  7. Gantt Charts In Js

    Hi again, actually I have a licence from 2010. I can use that licence for the JS charts? I have a flash linear gauge in my web page, and I'm interested in JS ones. Where I could download the trial for the gauges? Thanks