includes/graphs/unique_visitors.php
<?php
// Line chart of unique visitors over the selected period. Included by api/graphs.php for ?metric=unique_visitors.
echo renderLineGraph(
'unique_visitors',
t('metric.unique.visitors'),
$rangeSql,
$rangeParams,
$view,
$periodTitle,
$currentSite
);