From b66b319e15c8c07d7af6dec96deca0e500480ddc Mon Sep 17 00:00:00 2001 From: dustoair <107600816+dustoair@users.noreply.github.com> Date: Sat, 17 Sep 2022 17:13:33 +0800 Subject: [PATCH] 720 1280 --- goCharts/draw.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/goCharts/draw.go b/goCharts/draw.go index c923215..5db5194 100644 --- a/goCharts/draw.go +++ b/goCharts/draw.go @@ -66,8 +66,8 @@ func Draw() { values, //charts.SVGTypeOption(), charts.ThemeOptionFunc(charts.ThemeGrafana), - charts.WidthOptionFunc(1080), - charts.HeightOptionFunc(1920), + charts.WidthOptionFunc(720), + charts.HeightOptionFunc(1280), charts.TitleTextOptionFunc("Line"), charts.XAxisDataOptionFunc([]string{ "Mon",