From fa794775bc4def6306923c57c6e84d9f2399b069 Mon Sep 17 00:00:00 2001 From: lai <371757574@qq.com> Date: Fri, 22 Nov 2024 12:00:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9Espgw=E6=8A=98=E7=BA=BF?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wxc2_omc/performance/generalCsta/spgw_day.php | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/wxc2_omc/performance/generalCsta/spgw_day.php b/wxc2_omc/performance/generalCsta/spgw_day.php index 06b9a89..ec6c1c5 100644 --- a/wxc2_omc/performance/generalCsta/spgw_day.php +++ b/wxc2_omc/performance/generalCsta/spgw_day.php @@ -48,7 +48,7 @@ $fieldList=$cstaConf[DataObject][0][DetailFieldList]; if(strlen($fieldList)){ $fieldList="$fieldList,csta_datetime"; } -$sql="select {$fieldList} from CSTA_DB.{$dataTable} where csta_datetime >= '{$startTime}' and csta_datetime <= '{$endTime}' "; +$sql="select {$fieldList} from CSTA_DB.{$dataTable} where csta_datetime >= '{$startTime}' and csta_datetime <= '{$endTime}' order by csta_datetime asc "; $res=mysqli_query($cstaDbConn,$sql); //echo mysqli_error($cstaDbConn); $num=mysqli_num_rows($res); @@ -350,13 +350,19 @@ document.addEventListener("DOMContentLoaded", function() { series: [{ name: 'Uplink Total Volume', type: 'line', - smooth: true, // + symbol: 'none', + symbolSize: 6, + smooth:0.6, + showSymbol: true, data: }, { name:'Downlink Total Volume', type: 'line', - smooth: true, // + symbol: 'none', + symbolSize: 6, + smooth:0.6, + showSymbol: true, data: } ]