本文介绍了更新Graphael Piechart中的数据的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我有一个由graphael创建的饼图
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.
推荐答案
似乎最好的方法是销毁然后重新创建图形.
It seems the best way to do this is to destroy and then recreate the graph..
这篇关于更新Graphael Piechart中的数据的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!