PATH:
home
/
niazsaze
/
public_html
/
wp-content
/
plugins
/
wp-statistics
/
assets
/
dev
/
javascript
/
meta-box
wps_js.render_wp_statistics_hourly_usage_widget = function (response, key) { if (response && response.response) { wps_js.metaBoxInner(key).html(response.response.output); } if (response.response?.data) { let params = response.response.data; const data = { data: params['data'], previousData: params['previousData'] }; wps_js.TrafficHourCharts(data) } wps_js.initDatePickerHandlers(); };
[-] line-chart.js
[edit]
[-] vector-map.js
[edit]
[-] post-summary.js
[edit]
[-] table.js
[edit]
[-] horizontal-bar.js
[edit]
[-] traffic-hour.js
[edit]
[-] countries.js
[edit]
[-] pages.js
[edit]
[+]
..
[-] post.js
[edit]