Basic graph for INT values

This commit is contained in:
Magnus Åhall 2024-06-26 11:58:54 +02:00
parent 047f39cfa7
commit f0a6ce7b95
6 changed files with 44 additions and 0 deletions

View file

@ -699,6 +699,7 @@ func pageDatapointValues(w http.ResponseWriter, r *http.Request, _ *session.T) {
page.Data = map[string]any{
"Datapoint": datapoint,
"Values": values,
"Display": r.URL.Query().Get("display"),
}
page.Render(w)
return