mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-27 03:06:41 +00:00
Fix hide legend toggle in stats graph editor (#19021)
This commit is contained in:
parent
8a423fb775
commit
a8f7c7c999
@ -101,7 +101,8 @@ export class StatisticsChart extends LitElement {
|
|||||||
changedProps.has("unit") ||
|
changedProps.has("unit") ||
|
||||||
changedProps.has("period") ||
|
changedProps.has("period") ||
|
||||||
changedProps.has("chartType") ||
|
changedProps.has("chartType") ||
|
||||||
changedProps.has("logarithmicScale")
|
changedProps.has("logarithmicScale") ||
|
||||||
|
changedProps.has("hideLegend")
|
||||||
) {
|
) {
|
||||||
this._createOptions();
|
this._createOptions();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user