mirror of
https://github.com/sojamo/controlp5
synced 2024-11-21 13:37:56 +01:00
fixed chart setRange, getMin, getMax #139
This commit is contained in:
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.
|
||||
|
Loading…
Reference in New Issue
Block a user