Malcom100

Results 4 comments of Malcom100

``` dataSets = new ArrayList(); for(Map.Entry v : channelsMap.entrySet()) String key = v.getKey(); List values = v.getValue(); List entries = new ArrayList(); for(ValuesAxis value : values){ float x = value.getTime().floatValue();...

I guess you do not have any solutions

I replace CUBIC_BEZIER by HORIZENTAL_BEZIER and this is better thanks @JStav.

@TSG9876 where can I find this example, in the Github project ?