includes/graphs/global_map.php

<?php

// Interactive world map of views by country (pan/zoom handled client-side, see main.js). Included by api/graphs.php for ?metric=global_map.
echo renderCountriesMapGraph(
    t('section.countries'),
    t('section.global.total'),
    $currentSite
);

Contribute