Server returns query data, bar chart, styling charts

This commit is contained in:
Guntis Smaukstelis
2023-08-03 00:03:48 +03:00
parent cf57669830
commit b887317c6b
11 changed files with 295 additions and 96 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ export function Aggregator() {
const [getStart, setStart] = createSignal(dayAgo);
const [getEnd, setEnd] = createSignal(nowRounded);
const [getField, setField] = createSignal("tempMax");
const [getKey, setKey] = createSignal("max");
const [getKey, setKey] = createSignal("list");
const [getGranularity, setGranularity] = createSignal("hour");
return (