Epistema

Members
  • Content count

    2
  • Joined

  • Last visited

About Epistema

  • Rank
    Forum Newbie
  1. Radar not centered when only 3 spikes

    Hi, thanks for your reply. We have done that, and it doesn't change anything.
  2. We have a radar added through the following code : var chart2 = new FusionCharts("<?=$GLOBALS['RelativePath']; ?>powercharts/Radar.swf", "ChartId2", "600px", "300px", "0", "0"); chart2.setDataURL(escape("<?=$xml_url ?>")); chart2.render("chartdiv2"); And the radar is not centered when there's only 3 spikes (it's ok when there'are four) : Is it a bug ? Is there any workaround ? Thanks, B. Gorge