esc_html__('Top Countries', 'wp-statistics'),
'unique_id' => 'referral-top-countries'
]);
View::load("components/charts/horizontal-bar", [
'title' => esc_html__('Top Browsers', 'wp-statistics'),
'unique_id' => 'referral-top-browser'
]);
View::load("components/charts/horizontal-bar", [
'title' => esc_html__('Device Type', 'wp-statistics'),
'unique_id' => 'referral-device-type'
]);
?>
esc_html__('Referred Visitors', 'wp-statistics'),
'unique_id' => 'referralVisitorChart',
]);
?>
esc_html__('Top Search Engines', 'wp-statistics'),
'unique_id' => 'referral-search-engines-chart',
'footer_title' => esc_html__('View Search Engines', 'wp-statistics'),
'footer_link' => Menus::admin_url('referrals', ['tab' => 'search-engines'])
]);
View::load("components/charts/top-referrer", [
'title' => esc_html__('Top Social Media', 'wp-statistics'),
'unique_id' => 'referral-social-media-chart',
'footer_title' => esc_html__('View Social Media', 'wp-statistics'),
'footer_link' => Menus::admin_url('referrals', ['tab' => 'social-media'])
]);
?>