From c6f88a20751029bf71eee52203026ab14204251f Mon Sep 17 00:00:00 2001 From: Devil Date: Wed, 1 Sep 2021 17:17:26 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=A2=E5=8D=95=E5=9C=B0=E5=9F=9F=E5=88=86?= =?UTF-8?q?=E5=B8=83=E6=96=B0=E5=A2=9E=E6=8A=98=E7=BA=BF=E5=9B=BE=E5=88=87?= =?UTF-8?q?=E6=8D=A2=E5=92=8C=E4=B8=8B=E8=BD=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/static/admin/default/js/index.init.js | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/public/static/admin/default/js/index.init.js b/public/static/admin/default/js/index.init.js index 88e2a90b8..a321f7453 100644 --- a/public/static/admin/default/js/index.init.js +++ b/public/static/admin/default/js/index.init.js @@ -354,6 +354,16 @@ function EchartsOrderMapWholeCountry(name_arr, data) legend: { data: [] }, + toolbox: { + show : (__is_mobile__ == 1) ? false : true, + feature : { + mark : {show: true}, + dataView : {show: true, readOnly: false}, + magicType : {show: true, type: ['line', 'bar']}, + restore : {show: true}, + saveAsImage : {name:'订单地域分布', show: true} + } + }, grid: { left: '3%', right: '4%',