3

I have a pie chart created by graphael

this.element = this.raphHolder.piechart(100, 100, 100, data,{legend : legende});

I want to update legend/data of this item but i don't find a solution.

Maxdow
  • 1,006
  • 11
  • 21

1 Answers1

0

It seems the best way to do this is to destroy and then recreate the graph..

Maxdow
  • 1,006
  • 11
  • 21