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