richa

Members
  • Content count

    1
  • Joined

  • Last visited

Posts posted by richa


  1. I am trying to change the default colors on the bars of the graph:

     

    set1.setColor("8EAC41");

     

    set2.setColor("#E19410");

     

     

     

    When I run my program I see the graph with these two color series.

     

     

     

    But the legend is not changing its colors for these added ones.

     

    It remains to the same set which was before adding these colors, the defaul colors which fusion chart was putting in.

     

     

     

    I also tried using:

     

     

     

     

     

    xml:legend

     

     

     

    xml:item color='8EAC41' label='X1'

     

    xml:item color='#E19410' label='X2'

     

    xml:legend

     

     

     

     

     

    sorry Iam not able to post the xml content properly here, so I have used xml: in the front of the tags legend, item.

     

     

     

    in the xml but I am not seeing these two colors getting reflected on the legend.

     

     

     

    Please suggest.