From e122f9587ad4df73f51b1356e319a429bca3a42a Mon Sep 17 00:00:00 2001 From: dongxiaoyan Date: Fri, 22 Feb 2019 18:11:51 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4app=E8=B6=8B=E5=8A=BF?= =?UTF-8?q?=E5=9B=BE=E9=80=8F=E6=98=8E=E5=BA=A6=EF=BC=8C=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E7=BA=B5=E8=BD=B4=E5=8D=95=E4=BD=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../WEB-INF/views/dashboard/trafficAppTrendList.jsp | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/main/webapp/WEB-INF/views/dashboard/trafficAppTrendList.jsp b/src/main/webapp/WEB-INF/views/dashboard/trafficAppTrendList.jsp index 0fe4f69ad..b220f7fcc 100644 --- a/src/main/webapp/WEB-INF/views/dashboard/trafficAppTrendList.jsp +++ b/src/main/webapp/WEB-INF/views/dashboard/trafficAppTrendList.jsp @@ -990,7 +990,7 @@ }, yAxis : { title : { - text : null + text : unitType }, min:0, allowDecimals:false @@ -1019,7 +1019,8 @@ radius : 7, radiusPlus : 5 } - } + }, + fillOpacity: 0.2 // 透明度 } }, series: zxchart @@ -1224,7 +1225,7 @@ }, yAxis : { title : { - text : null + text : unitType }, min:0, allowDecimals:false @@ -1253,7 +1254,8 @@ radius : 7, radiusPlus : 5 } - } + }, + fillOpacity: 0.2 // 透明度 } }, series:lsChart