mirror of
https://github.com/emilk/egui.git
synced 2026-09-01 22:30:03 -04:00
Small plot-relates fixes (#526)
* plot: take any id source as argument instead of ToString * plot: allow user to set stroke on HLine/VLine * Update changelog
This commit is contained in:
@@ -7,6 +7,13 @@ NOTE: [`eframe`](eframe/CHANGELOG.md), [`egui_web`](egui_web/CHANGELOG.md) and [
|
||||
|
||||
## Unreleased
|
||||
|
||||
### Added ⭐
|
||||
* Plot: you can now set the stroke of a `HLine/VLine`.
|
||||
|
||||
### Changed 🔧
|
||||
* `Plot::new` now takes an `id_source: impl Hash` instead of a `name: impl ToString`. Functionally it is the same.
|
||||
|
||||
|
||||
|
||||
## 0.13.0 - 2021-06-24 - Better panels, plots and new visual style
|
||||
|
||||
|
||||
Reference in New Issue
Block a user