fix: fix funnel percent value

This commit is contained in:
vicanso 2022-03-05 08:16:56 +08:00
parent 5519d2eca6
commit 1894670c2a
2 changed files with 4 additions and 5 deletions

View file

@ -575,7 +575,6 @@ func indexHandler(w http.ResponseWriter, req *http.Request) {
Data: charts.NewSeriesDataFromValues([]float64{
60,
}),
Max: charts.NewFloatPoint(120),
},
{
Type: charts.ChartTypeFunnel,