update morris js and fix datettime on chart

This commit is contained in:
osaajani 2019-11-29 05:44:37 +01:00
parent 9dd53cec7d
commit 209ce1f6c0
8 changed files with 13 additions and 2132 deletions

View file

@ -245,7 +245,8 @@
behaveLikeLine: true,
fillOpacity: 0.4,
data: <?php echo $datas_area_chart;?>,
xkey: 'period',
xkey: 'period',
parseTime: false,
ykeys: ['sendeds', 'receiveds'],
labels: ['SMS envoyés', 'SMS reçus'],
lineColors: ['#5CB85C', '#EDAB4D'],