__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
wps_js.platforms_meta_box = {
placeholder: function () {
return wps_js.circle_placeholder();
},
view: function (args = []) {
// Create Html
let html = '';
// Check Show Button Group
// if (wps_js.is_active('overview_page')) {
// html += wps_js.btn_group_chart('platforms', args);
// setTimeout(function () {
// wps_js.date_picker();
// }, 1000);
// }
// Add Chart
html += '<div class="o-wrap"><div class="c-chart c-chart--limited-height"><canvas id="' + wps_js.chart_id('platforms') + '" height="220"></canvas></div></div>';
// show Data
return html;
},
meta_box_init: function (args = []) {
// Get Background Color
let backgroundColor = [];
let color;
for (let i = 0; i <= 20; i++) {
color = wps_js.random_color();
backgroundColor.push('rgba(' + color[0] + ',' + color[1] + ',' + color[2] + ',' + '0.4)');
}
// Prepare Data
let data = [{
label: wps_js._('platform'),
data: args['platform_value'],
backgroundColor: backgroundColor,
tension: 0.4
}];
// Show Chart
wps_js.pie_chart(wps_js.chart_id('platforms'), args['platform_name'], data);
// Check Table information
if (wps_js.exist_tag('#' + wps_js.getMetaBoxKey('platforms-table'))) {
// Reset All Height
['platforms-table', 'platforms'].forEach((key) => {
jQuery("#" + wps_js.getMetaBoxKey(key) + " .inside").removeAttr("style");
});
// Show Table information
let tbl = `<div class="title-center">${args.title}</div>
<table width="100%" class="o-table">
<tr>
<td class="wps-text-muted">${wps_js._('platform')}</td>
<td class="wps-text-muted">${wps_js._('visitor_count')}</td>
<td class="wps-text-muted">${wps_js._('percentage')}</td>
</tr>`;
for (let i = 0; i < args.platform_name.length; i++) {
tbl += `
<tr>
<td>${args.platform_name[i]}</td>
<td>${(parseInt(args.platform_value[i]) > 0 ? `<a href="` + args.info.visitor_page + `&platform=` + args.platform_name[i] + `&from=` + args.from + `&to=` + args.to + `" target="_blank"> ${wps_js.number_format(args.platform_value[i])} </a>` : wps_js.number_format(args.platform_value[i]))}</td>
<td>${wps_js.number_format((args.platform_value[i] / args.total) * 100)}%</td>
</tr>
`;
}
// Set Total
tbl += ` <tr><td>${wps_js._('total')}</td><td>${wps_js.number_format(args.total)}</td><td></td></tr>`;
tbl += `</table>`;
jQuery("#" + wps_js.getMetaBoxKey('platforms-table') + " .inside").html(tbl);
// Set Equal Height
wps_js.set_equal_height('.postBox-table .inside', '.postBox-chart .inside');
}
}
};
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| browsers.js | File | 7.79 KB | 0644 |
|
| countries.js | File | 1.93 KB | 0644 |
|
| devices.js | File | 1.05 KB | 0644 |
|
| exclusions.js | File | 2.55 KB | 0644 |
|
| hits.js | File | 3.14 KB | 0644 |
|
| hitsmap.js | File | 2.74 KB | 0644 |
|
| models.js | File | 1.05 KB | 0644 |
|
| pages-chart.js | File | 1.12 KB | 0644 |
|
| pages.js | File | 2.1 KB | 0644 |
|
| platforms.js | File | 3.14 KB | 0644 |
|
| post.js | File | 1.08 KB | 0644 |
|
| quickstats.js | File | 677 B | 0644 |
|
| recent.js | File | 1.83 KB | 0644 |
|
| referring.js | File | 1.97 KB | 0644 |
|
| search.js | File | 2.15 KB | 0644 |
|
| summary.js | File | 2.28 KB | 0644 |
|
| top-pages-chart.js | File | 1.42 KB | 0644 |
|
| top-visitors.js | File | 1.81 KB | 0644 |
|
| useronline.js | File | 1.57 KB | 0644 |
|
| words.js | File | 1.77 KB | 0644 |
|