0
0
mirror of https://github.com/sojamo/controlp5 synced 2025-05-10 11:23:23 +02:00

fixed chart setRange, getMin, getMax

This commit is contained in:
andreas schlegel 2018-09-23 22:52:31 +08:00
parent c3b35c2b71
commit d3dad67633

@ -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.