pierrej

Members
  • Content count

    2
  • Joined

  • Last visited

About pierrej

  • Rank
    Forum Newbie
  1. how modify the color of each column?

    Thanks you! In my php code I write this: $se_t->setAttributeNode (new DOMAttr('color','FF5904')); Et
  2. Hello everybody! First, please excuse me for my english, I'm a french developer ! ^^ I have a question about fusionchart and I hope I'm at the right place to put my question: How can I modify the colors in each columns of this graphic: column3D.swf? What is the code in the xml file? Indeed, when we generate a column3D graphic, the colors are : - first blue, - yellow, - green, - ... for example, I want to modify blue to black and yellow to red How can I do this please? Thank you! Pierre