You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(commonlib): Move style choices to design tokens dir (#1516)
* Move style choices to design tokens dir
Making eaier to manage those choices and override those in the future in one place.
* Add default stylize
* Update default style:
Remove misleading thresholds from grafana by default
* Fix typo
* Fix generic stat
* Revert thresholds
* Update panels
* Fix topk percentage
---------
Co-authored-by: Emily <1282515+Dasomeone@users.noreply.github.com>
Copy file name to clipboardExpand all lines: common-lib/CHANGELOG.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,6 @@
1
+
# 0.5.0
2
+
-[Panels] feat: Move style choices (colors, line styles) to design tokens directory.
3
+
1
4
# 0.4.3
2
5
-[Signal] fix: No longer aggregates histogram signals after histogram_quantile() as it is pointless aggregation. Aggregation before applying histogram_quantile() is kept and works as expected.
0 commit comments