move math, add 2 decimal spot

This commit is contained in:
m0duspwnens
2021-07-12 11:16:33 -04:00
parent cebc2ef09d
commit b46456b78e

View File

@@ -82,15 +82,15 @@
], ],
"type": "field" "type": "field"
}, },
{
"params": [],
"type": "last"
},
{ {
"params": [ "params": [
"/86400" "/86400"
], ],
"type": "math" "type": "math"
},
{
"params": [],
"type": "last"
} }
] ]
], ],
@@ -122,7 +122,7 @@
}, },
"cacheTimeout": null, "cacheTimeout": null,
"colorBackground": false, "colorBackground": false,
"decimals": 0, "decimals": 2,
"error": false, "error": false,
"interval": null, "interval": null,
"nullText": null, "nullText": null,