diff --git a/goCharts/draw.go b/goCharts/draw.go index 2d6071f..43a7ffd 100644 --- a/goCharts/draw.go +++ b/goCharts/draw.go @@ -27,11 +27,9 @@ func getRand(len int) []float64 { func Draw() { timeUpdate, symbolPriceETH := api.GetSerivers("ETHUSDT") - timeUpdate, symbolPriceBTC := api.GetSerivers("BTCUSDT") timeUpdate, symbolPriceBNB := api.GetSerivers("BNBUSDT") log.Println(timeUpdate, symbolPriceETH) values := [][]float64{ - symbolPriceBTC, symbolPriceETH, symbolPriceBNB, //getRand(30),