All notable changes to this project will be documented in this file.
0.5.5 - 2022-05-03
- Ansi colors support for graphs
0.5.4 - 2022-05-03
- Option to plot multiple series together (#34)
- Dockerfile file support (#33)
0.5.3 - 2022-02-20
- Handled NaN first value (#32)
- Fixed incorrect y-axis start value tick (#31)
0.5.2 - 2021-03-28
- added support to set custom precision of data point labels along the y-axis
- added go module support
- updated README to markdown format
0.5.1 - 2020-09-14
- added support for NaN values in series
- added option to control fps of plot rendering via cli for real-time data
- removed use of append() method
- make caption centered
- removed trailing spaces from plot
0.5.0 - 2020-06-28
- added support for the realtime plot of data points (from stdin) for CLI.
0.4.2 - 2020-06-07
- Prevent panics when data is flat. (#8)
- Prevent BADPREC issue when maximum and minimum values in a series are 0. (#10)