mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-23 17:26:42 +00:00
Remove gray colors from chart color set (#25844)
This commit is contained in:
parent
b20d489bdd
commit
e9272b9a27
@ -11,7 +11,6 @@ export const COLORS = [
|
||||
"#9c6b4e",
|
||||
"#97bbf5",
|
||||
"#01ab63",
|
||||
"#9498a0",
|
||||
"#094bad",
|
||||
"#c99000",
|
||||
"#d84f3e",
|
||||
@ -21,7 +20,6 @@ export const COLORS = [
|
||||
"#8043ce",
|
||||
"#7599d1",
|
||||
"#7a4c31",
|
||||
"#74787f",
|
||||
"#6989f4",
|
||||
"#ffd444",
|
||||
"#ff957c",
|
||||
@ -31,7 +29,6 @@ export const COLORS = [
|
||||
"#c884ff",
|
||||
"#badeff",
|
||||
"#bf8b6d",
|
||||
"#b6bac2",
|
||||
"#927acc",
|
||||
"#97ee3f",
|
||||
"#bf3947",
|
||||
@ -44,7 +41,6 @@ export const COLORS = [
|
||||
"#d9b100",
|
||||
"#9d7a00",
|
||||
"#698cff",
|
||||
"#d9d9d9",
|
||||
"#00d27e",
|
||||
"#d06800",
|
||||
"#009f82",
|
||||
|
@ -392,7 +392,7 @@ export class HuiEnergyDevicesDetailGraphCard
|
||||
this.hass.themes.darkMode,
|
||||
false,
|
||||
compare,
|
||||
"--state-unavailable-color"
|
||||
"--history-unknown-color"
|
||||
),
|
||||
},
|
||||
barMaxWidth: 50,
|
||||
@ -401,7 +401,7 @@ export class HuiEnergyDevicesDetailGraphCard
|
||||
this.hass.themes.darkMode,
|
||||
true,
|
||||
compare,
|
||||
"--state-unavailable-color"
|
||||
"--history-unknown-color"
|
||||
),
|
||||
data: untrackedConsumption,
|
||||
stack: compare ? "devicesCompare" : "devices",
|
||||
|
Loading…
x
Reference in New Issue
Block a user