modified the SingleSetAreaChart to take in a few more parameters to be able to customize the tooltip a little better as well as have multicolour for above 0 and below 0 for the new graph on the gate page for showing the delta temp over time

This commit is contained in:
csawatzky 2026-02-05 11:39:21 -06:00
parent 5f44cf6f09
commit caf9fada15
6 changed files with 235 additions and 9 deletions

View file

@ -134,7 +134,6 @@ export default function Gate(props: Props) {
gateAPI
.getGatePageData(id, as)
.then(resp => {
console.log(resp.data);
let p = new Map<number, pond.GateDeviceType>();
Object.keys(resp.data.preferences).forEach(k => {
let prefKey = parseInt(k);