Skip to content

Commit 273092d

Browse files
authored
fix: adds more chart colors for sensors (#1168)
Signed-off-by: Pedro Lamas <pedrolamas@gmail.com>
1 parent 0fedb66 commit 273092d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugins/colorSet.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ export const ColorSetPlugin = {
113113
heater: { base: '#ff5252', hsplit: 20, count: 3 },
114114
bed: { base: '#1fb0ff', hsplit: 20, count: 2 },
115115
fan: ['#3DC25A', '#58FC7C', '#10EB40', '#7EF297'],
116-
sensor: ['#D67600', '#830EE3', '#B366F2', '#E06573', '#E38819']
116+
sensor: ['#D67600', '#830EE3', '#B366F2', '#E06573', '#E38819', '#795548', '#607D8B', '#3F51B5']
117117
}
118118
}
119119
const colorset = new ColorSet({ ...opts, ...options })

0 commit comments

Comments
 (0)