All notable changes to this project will be documented in this file.
For more information about changelogs, check Keep a Changelog and Vandamme.
- [ENHANCEMENT] Require Ruby >= 2.2 (since support for 2.1 has ended)
- [ENHANCEMENT] Require Prawn ~> 2.2.0
- [ENHANCEMENT] Remove a 'puts' statement left over from development
- [ENHANCEMENT] When axis values are integer, ensure they are not truncated (see issue #48)
- [ENHANCEMENT] Do not titleize the chart labels (see issue #39)
- [ENHANCEMENT] Support ActiveSupport/Rails >= 5.0.0.beta1
- [BUGFIX] Don’t try to draw an axis if the data is empty.
- [FEATURE] Add
chart
method to Prawn::Document to draw graphs.