Giulio

Members
  • Content count

    5
  • Joined

  • Last visited

Everything posted by Giulio

  1. Hi, We have an ongoing issue with Fusion Charts V3.1 which we have been trying to resolve by changing the layout and html and having tried countless things we still can get it to work correctly. The issue is that it randomly displays garbage instead of a chart. Attached are 2 screen shots of this: correct.jpg - what we expect garbage.jpg - what we sometimes get This is very frustrating as it keeps happening about one in 5 times and is easily reproducable. We just hit refresh a few times on this (or another page where it happens) and about one in five times we get garbage. We've tried: - Wrapping the chart in table - Delaying the rendering till after document ready - Delaying the rendering for 1 second after page load and rendering one chart then the other - Using divs+CSS instead of tables - Give the chart area a fixed screen space by wrapping in a div with fixed width and height All of the above have slightly reduced the occurrence of this but not removed it. Please can someone help fix this. Giulio
  2. Corrupt Rendering in FusionChart V3.1

    Hi, How do I enable the debug window? Giulio
  3. Different colors for 3D Column Chart?

    Very strange I would have thought that is exactly what you would want changing with a palette, ok manuall colours it is then
  4. Different colors for 3D Column Chart?

    Hi, Thanks for the rpely, I have understood this already from your previous replies. I don't want to have to set different colour, I want to use the new palette featire of v3 but it seems to do nothing, please explain why / how I should use it. Thanks, Giulio
  5. Different colors for 3D Column Chart?

    Hi, Iam trying to use colour palettes, but it is not chanig the colours of the charts, they all look the same. I'm using these: MSColumn3D.swf ScrollColumn2D.swf Doughnut2D.swf with this xml: <chart bgColor='e9f1f8,b2c9d8' showLegend='1' canvasBgColor='f6eed0,fbfaf4' decimals='2' showBorder='0' useRoundEdges='1' palette='3' showValues='0' divLineDecimalPrecision='1' limitsDecimalPrecision='1' PYAxisName='Amount' SYAxisName='Quantity' formatNumberScale='0' numVisiblePlot='20' labelDisplay='Rotate' slantLabels='1'> .... </chart> How can I make this work? I want the charts to have different bar / doughnut colours but rhe background and canvas to be as I've defined. Thanks, Giulio