* Add no `--no-values` flag to suppress the display of ending values
Code Quality
* Codestyle fixes in 64 props to dmitriy-0297 * Add exception check for rading file 63 props to dmitriy-0297
0.2.3
Release Notes
- Fix incompatibility bug with label_before args undefined (57) - Fix min/max with multiple categories props to MaximeVdB (56)
0.2.2
Adds a new flag `--label-before` that displays the labels in front of the lines, not the end. Props to wgxo for the contribution.
Note: When using the `--label-before` flag, you may also want to use `--format={:7.2f}` or something similar so the labels right-align instead of the default left-align.
0.2.1
- Fix issue two graphs not showing when using `--different-scale` flag 49 Props to HiromuIshikawa