dhammucool / flot

Automatically exported from code.google.com/p/flot
MIT License
0 stars 0 forks source link

Pie chart can't setData #731

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
in line chart ,update data can only invoke setData.but in pie chart,
must init chart again.
in pie chart,use variable processed to mark chart has processed the data,when 
setData,the method processDatapoints will not execute.
so ,I think you can set processed=false in draw of pie.

Original issue reported on code.google.com by zengge1...@gmail.com on 8 Aug 2012 at 6:40