mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-04-22 01:16:26 +02:00
update morris js and fix datettime on chart
This commit is contained in:
parent
9dd53cec7d
commit
209ce1f6c0
8 changed files with 13 additions and 2132 deletions
|
@ -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'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue