mirror of
https://github.com/UtilitechAS/amsreader-firmware.git
synced 2026-01-18 17:26:46 +00:00
Adjustments to export plot color
This commit is contained in:
parent
cd446f8cb8
commit
64870cf9ca
2
lib/SvelteUi/app/dist/index.js
vendored
2
lib/SvelteUi/app/dist/index.js
vendored
File diff suppressed because one or more lines are too long
@ -37,7 +37,7 @@
|
||||
title2: exp.toFixed(2) + ' kWh',
|
||||
value2: exp*10,
|
||||
color: dark ? '#5c2da5' : '#7c3aed',
|
||||
color2: '#37829E'
|
||||
color2: dark ? '#27728e' : '#37829e',
|
||||
});
|
||||
min = Math.max(min, exp*10);
|
||||
max = Math.max(max, imp*10);
|
||||
@ -60,7 +60,7 @@
|
||||
title2: exp.toFixed(2) + ' kWh',
|
||||
value2: exp*10,
|
||||
color: dark ? '#5c2da5' : '#7c3aed',
|
||||
color2: '#37829E'
|
||||
color2: dark ? '#27728e' : '#37829e',
|
||||
});
|
||||
min = Math.max(min, exp*10);
|
||||
max = Math.max(max, imp*10);
|
||||
|
||||
@ -40,7 +40,7 @@
|
||||
title2: exp.toFixed(2) + ' kWh',
|
||||
value2: exp,
|
||||
color: dark ? '#5c2da5' : '#7c3aed',
|
||||
color2: '#37829E'
|
||||
color2: dark ? '#27728e' : '#37829e',
|
||||
});
|
||||
min = Math.max(min, exp);
|
||||
max = Math.max(max, imp);
|
||||
@ -62,7 +62,7 @@
|
||||
title2: exp.toFixed(2) + ' kWh',
|
||||
value2: exp,
|
||||
color: dark ? '#5c2da5' : '#7c3aed',
|
||||
color2: '#37829E'
|
||||
color2: dark ? '#27728e' : '#37829e',
|
||||
});
|
||||
min = Math.max(min, exp);
|
||||
max = Math.max(max, imp);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user