fixed chart setRange, getMin, getMax #139

This commit is contained in:
andreas schlegel 2018-09-23 22:52:31 +08:00
parent c3b35c2b71
commit d3dad67633
1 changed files with 0 additions and 2 deletions

View File

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