|
@@ -274,7 +274,7 @@
|
|
|
// xFormat: '%Y%m%d', // 'xFormat' can be used as custom format of 'x'
|
|
|
columns: [
|
|
|
['x', <?= implode(", ", array_map(function($_x) { return "'" . $_x . "'"; }, $dates)) ?>],
|
|
|
- ['Patient Aquisition', <?= implode(", ", array_map(function($_x) { return "'" . $_x . "'"; }, $acquisitions)) ?>],
|
|
|
+ ['New Patients', <?= implode(", ", array_map(function($_x) { return "'" . $_x . "'"; }, $acquisitions)) ?>],
|
|
|
]
|
|
|
},
|
|
|
axis: {
|