Basic graph for INT values
This commit is contained in:
parent
047f39cfa7
commit
f0a6ce7b95
6 changed files with 44 additions and 0 deletions
1
main.go
1
main.go
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue