Skip to content

Commit

Permalink
Updating CHANGELOG.
Browse files Browse the repository at this point in the history
  • Loading branch information
mum4k committed Feb 16, 2019
1 parent aca7abf commit 587185e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- The LineChart widget can display X axis labels in vertical orientation.
- The LineChart widget allows the user to specify a custom scale for the Y
axis.
- The LineChart widget now has an option that disables scaling of the X axis.
Useful for applications that want to continuously feed data and make them
"roll" through the linechart.
- The LineChart widget now has a method that returns the observed capacity of
the LineChart the last time Draw was called.
- The Text widget now has a Write option that atomically replaces the entire
text content.

Expand Down

0 comments on commit 587185e

Please sign in to comment.