|
// xFormat: '%Y%m%d', // 'xFormat' can be used as custom format of 'x'
|
|
// xFormat: '%Y%m%d', // 'xFormat' can be used as custom format of 'x'
|
|
['x', <?= implode(", ", array_map(function($_x) { return "'" . $_x . "'"; }, $dates)) ?>],
|
|
['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)) ?>],
|