mirror of https://github.com/mum4k/termdash.git
Update changelog with ValueFormatter
Signed-off-by: Xabier Larrakoetxea <slok69@gmail.com>
This commit is contained in:
parent
bef8ea3773
commit
1005f2c567
|
@ -9,9 +9,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
### Changed
|
||||
|
||||
- The `LineChart` can format the labels on the Y-axis with a `ValueFormatter`.
|
||||
- The `SegmentDisplay` can now display dots and colons ('.' and ':').
|
||||
- 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
|
||||
|
||||
- Lint issues found on the Go report card.
|
||||
|
|
Loading…
Reference in New Issue