Update changelog with ValueFormatter

Signed-off-by: Xabier Larrakoetxea <slok69@gmail.com>
This commit is contained in:
Xabier Larrakoetxea 2019-05-06 08:02:32 +02:00
parent bef8ea3773
commit 1005f2c567
No known key found for this signature in database
GPG Key ID: FDAD7FD8275E1B32
1 changed files with 7 additions and 0 deletions

View File

@ -9,9 +9,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed ### Changed
- The `LineChart` can format the labels on the Y-axis with a `ValueFormatter`.
- The `SegmentDisplay` can now display dots and colons ('.' and ':'). - The `SegmentDisplay` can now display dots and colons ('.' and ':').
- The `Donut` widget now guarantees spacing between the donut and its label. - The `Donut` widget now guarantees spacing between the donut and its label.
### Added
- Added `time.Duration` based `ValueFormatter` for the `LineChart` Y-axis labels.
- Added round and suffix `ValueFormatter` for the `LineChart` Y-axis labels.
- Added decimal and suffix `ValueFormatter` for the `LineChart` Y-axis labels.
### Fixed ### Fixed
- Lint issues found on the Go report card. - Lint issues found on the Go report card.