kezern

Members
  • Content count

    8
  • Joined

  • Last visited

Posts posted by kezern


  1. Madhumita (10/27/2009)
    Hello,

     

     

     

    We tested your XML in our lab but could not recreate the issue. All the colors defined in the paletteColors attribute are showing on the pie. Can you please state what colors are being displayed in place of the colors set by you?

     

     

     

    Can you please verify if you are using FusionCharts V3.1 or above. The paletteColors feature is available from version 3.1 onwards.

     

     

     

    You can try upgrading your version of FusionCharts from the link below:

     

    http://www.fusioncharts.com/puc/

     

     

     

     

     

    Hope this helps. :)

     

    Yes, that was the problem. My version was 3.0.5. Yesterday I updated to 3.1.1 and now it works fine.

     

    Thank you very much!


  2. I'm having troubles with paletteColors attributes. I'm trying it with the pie3d example chart under gallery directory.

     

    I have set the xml code like this:

     

    
    chart paletteColors='00FF00,FF0000,000000' decimals='0' enableSmartLabels='1' enableRotation='0' bgColor='99CCFF,FFFFFF' bgAlpha='40,100' bgRatio='0,100' bgAngle='360' showBorder='1' startingAngle='70' >
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    

     

    But the colors don't change.

     

    What I'm doing wrong?