KirillM/BarChart

Adding new data won't clear old labels

Opened this issue · 0 comments

Hello

I am trying to use this control in List view cell where each cell will show different amount of data.
Because of recycling process of UITableView BarChart won't delete old rendered data and instead add new ones over the top of old ones.

Can you implement something like CLEAR?

Thank you