- New: Added extensible animator api. See README.md or
SparkView.setSparkAnimator()
for details.
- Fix: ScrubLine paint is now correctly initialized with
scrubLineWidth
- Fix: data sets with all the same value are now correctly displayed as a line
- New: minSdk is now 14 (Android 4.0, Ice Cream Sandwich)
- New:
sparkView.getSparkLine
to get a copy of thePath
for custom drawing - New:
sparkView.getScaledX(float)
andsparkView.getScaledY(float)
to support custom drawing
- New:
SparkAdapter.getDataBounds()
-SparkAdapter
s can override the default behavior here for rudimentary "zooming" in and out or otherwise controlling the bounding of their data. - Fix: Fix for bug where
SparkView
never unregisters from oldSparkAdapter
s - Fix: Fix for graphical issue when
SparkAdapter
is empty, andSparkView
is set to "fill"
Initial release!