Henate

Members
  • Content count

    3
  • Joined

  • Last visited

About Henate

  • Rank
    Forum Newbie
  1. Is there a way to update a fusionchart without reloading the whole chart. I need to update some of the figures in realtime and to update som values by a timer. It works with an update panel but it does not look very nice to reload the whole chart f ex every second. Can we do a smoother update with the present FusionChart or do I have to use 3:d part component like this http://lib1.freeliberator.com/examples/thirdparty/fusion_chart/index.html Best regards
  2. Hi I am Getting the "invalid xml data" error when using AngularGauge- chart I am not getting this error when I am using a xml-file instead. The code is simple but I can't see what causes the erreor. Anyone? protected string ShowMyTurn(){string inputXml = "<?xml version='1.0' encoding='utf-8'?><chart palette='2' bgAlpha='0' bgColor='FFFFFF' lowerLimit='0' upperLimit='100' showBorder='0' basefontColor='FFFFDD' toolTipBgColor='009999' gaugeFillMix='{dark-10},{light-70},{dark-10}' gaugeFillRatio='3' pivotRadius='3' gaugeInnerRadius='50%' tickValueDistance='20'><colorRange><color minValue='0' maxValue='33' code='FF654F' /><color minValue='33' maxValue='66' code='F6BD0F' /><color minValue='66' maxValue='100' code='8BBA00' /></colorRange><dials><dial value='50' rearExtension='10' baseWidth='10' /></dials></chart>"; return FusionCharts.RenderChart("FusionCharts/AngularGauge.swf", "", inputXml, "FactorySum", "400", "300", false, false);}