PATH:
home
/
niazsaze
/
public_html
/
wp-content
/
plugins
/
wp-statistics
/
assets
/
dev
/
javascript
/
pages
if (wps_js.isset(wps_js.global, 'request_params', 'page') && wps_js.global.request_params.page === "exclusions") { function renderChart(chartId, data) { const chartElement = document.getElementById(chartId); if (chartElement) { const parentElement = jQuery(`#${chartId}`).parent(); const placeholder = wps_js.rectangle_placeholder(); parentElement.append(placeholder); if (!data?.data?.datasets || data.data.datasets.length === 0) { parentElement.html(wps_js.no_results()); jQuery('.wps-ph-item').remove(); } else { jQuery('.wps-ph-item').remove(); jQuery('.wps-postbox-chart--data').removeClass('c-chart__wps-skeleton--legend'); parentElement.removeClass('c-chart__wps-skeleton'); wps_js.new_line_chart(data, chartId, null); } } } const data = Wp_Statistics_Exclusions_Object.exclusions_chart_data; renderChart('exclusionsChart', data); }
[-] overview.js
[edit]
[-] welcome.js
[edit]
[-] platform.js
[edit]
[-] generate-filters.js
[edit]
[-] tracker-debugger.js
[edit]
[-] optimization.js
[edit]
[-] geographic.js
[edit]
[-] setting.js
[edit]
[-] exclusions.js
[edit]
[-] privacy-audit.js
[edit]
[-] content-analytics.js
[edit]
[-] visitors.js
[edit]
[-] countries.js
[edit]
[-] referrals.js
[edit]
[-] category-analytics.js
[edit]
[-] hits.js
[edit]
[-] browser.js
[edit]
[-] add-ons.js
[edit]
[-] taxonomies.js
[edit]
[+]
..
[-] lock-page.js
[edit]
[-] author-analytics.js
[edit]
[-] settings.js
[edit]