swift-linechart icon indicating copy to clipboard operation
swift-linechart copied to clipboard

fixed getMinimumValue()

Open eriktelepovsky opened this issue 10 years ago • 0 comments
trafficstars

Let's say we have data of this array: [3, 4, 9, 11, 13, 15]. Then minimum value is 3, not 0.

This resolves #12

eriktelepovsky avatar May 09 '15 07:05 eriktelepovsky