Jawbone / JBChartView

iOS-based charting library for both line and bar graphs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Line style not updating on reload

ludvigeriksson opened this issue · comments

When calling reloadData() I can see that lineChartView:lineStyleForLineAtLineIndex: is called, but it is not changing the lines in the chart view. It will still have the same patterns as before the reload.