Skip to content

Shoe-Olive Graph Views

Latest
Compare
Choose a tag to compare
@NikShuvalov NikShuvalov released this 06 Mar 16:18
170884e

This release does not work with code created for v0.1.0

  • Line Graph and Pie Graph views are now populated by Objects with the LineGraphable interface and PieGraphable interface, respectively.
  • LineGraphables require an xAxis and yAxis value for graphing. These values can be either Integer, Float or Double. LineGraphables also extend Comparables.
  • PieGraphables requires a value that can be either Integer, Float, Double or Long. Overflow protection exists for PieGraphables.

Known Issues:

  • Negative Y-Values for LineGraphables cause the line graph to be draw below the bounds of the actual graph frame.