From d3dad67633ee5982877a9d1fc6f917408fbf7ca0 Mon Sep 17 00:00:00 2001 From: andreas schlegel Date: Sun, 23 Sep 2018 22:52:31 +0800 Subject: [PATCH] fixed chart setRange, getMin, getMax #139 --- src/controlP5/Chart.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/controlP5/Chart.java b/src/controlP5/Chart.java index 7b77ee6..590957b 100755 --- a/src/controlP5/Chart.java +++ b/src/controlP5/Chart.java @@ -49,8 +49,6 @@ public class Chart extends Controller< Chart > { protected final LinkedHashMap< String , ChartDataSet > _myDataSet; protected float resolution = 1; protected float strokeWeight = 1; - protected float _myMin = 0; - protected float _myMax = 1; /** * Convenience constructor to extend Chart.