From 7549828c7f273c87d80ab5b7780b258f9ea41a76 Mon Sep 17 00:00:00 2001 From: dustoair <107600816+dustoair@users.noreply.github.com> Date: Sat, 17 Sep 2022 19:25:45 +0800 Subject: [PATCH] add more symbol --- goCharts/draw.go | 2 -- 1 file changed, 2 deletions(-) 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),