fix: fix overflow point
This commit is contained in:
parent
bbbdbe7c5e
commit
28bb9c57bc
3 changed files with 10 additions and 4 deletions
|
|
@ -423,6 +423,7 @@ func indexHandler(w http.ResponseWriter, req *http.Request) {
|
|||
20.0,
|
||||
6.4,
|
||||
3.3,
|
||||
10.2,
|
||||
}),
|
||||
YAxisIndex: 1,
|
||||
},
|
||||
|
|
@ -441,6 +442,7 @@ func indexHandler(w http.ResponseWriter, req *http.Request) {
|
|||
18.8,
|
||||
6.0,
|
||||
2.3,
|
||||
20.2,
|
||||
}),
|
||||
YAxisIndex: 1,
|
||||
},
|
||||
|
|
@ -458,6 +460,7 @@ func indexHandler(w http.ResponseWriter, req *http.Request) {
|
|||
16.5,
|
||||
12.0,
|
||||
6.2,
|
||||
30.3,
|
||||
}),
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue