fix: fix funnel percent value
This commit is contained in:
parent
5519d2eca6
commit
1894670c2a
2 changed files with 4 additions and 5 deletions
|
|
@ -575,7 +575,6 @@ func indexHandler(w http.ResponseWriter, req *http.Request) {
|
|||
Data: charts.NewSeriesDataFromValues([]float64{
|
||||
60,
|
||||
}),
|
||||
Max: charts.NewFloatPoint(120),
|
||||
},
|
||||
{
|
||||
Type: charts.ChartTypeFunnel,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue