rename all instances of 'datas' to 'data'

This commit is contained in:
osaajani 2021-01-17 03:16:57 +01:00
parent 730ac8963b
commit 61d644c247
48 changed files with 316 additions and 316 deletions

View file

@ -244,7 +244,7 @@
element: 'morris-area-chart',
behaveLikeLine: true,
fillOpacity: 0.4,
data: <?php echo $datas_area_chart;?>,
data: <?php echo $data_area_chart;?>,
xkey: 'period',
parseTime: false,
ykeys: ['sendeds', 'receiveds'],