Skip to content

Releases: NikShuvalov/Shoe-Olive-Graphs

Shoe-Olive Graph Views

06 Mar 16:18
170884e
Compare
Choose a tag to compare

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.

Shoe-Olive Graph Views

26 Jan 19:10
714cb5e
Compare
Choose a tag to compare

Initial release of a library with 2 graph views. A line graph view and a pie graph view.