Skip to content

Commit 6c39403

Browse files
committed
bugfix
1 parent 0ab9357 commit 6c39403

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

graphview/src/main/java/com/broooapps/graphview/CurveGraphView.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,8 @@ public void setData(int span, int maxVal, GraphData... graphDataArray) {
170170
this.graphDataArray = graphDataArray;
171171
graphGradientPaintsList.clear();
172172
graphStrokePaintsList.clear();
173-
173+
graphPointPaintsList.clear();
174+
graphPointsList.clear();
174175
pathArrayList = constructPaths();
175176
length = getLengths();
176177
ObjectAnimator ob = ObjectAnimator.ofFloat(this, "phase", 1f, 0f);

0 commit comments

Comments
 (0)