<script>alert("1")</script> - Poll Analysis
Total Votes
1
Avg. Voting Time
2.5 sec
Poll Created
14.01.2021
Comments
0
Last 24 Hours
-
votes
Last 7 Days
-
votes
Daily Average
-
votes/day
Leading Choice
-
Peak Day
-
Engagement
-
comments per 100 votes
Voting Activity by Hour
00:00
06:00
12:00
18:00
23:00
Peak hour: -
Vote Breakdown by Days
Loading chart data...
Total Vote Distribution
Visitor Source
| Referer URL | Votes |
|---|---|
| Direct | 1 |
Poll Information
- 1 users spent 2.5 seconds to vote this poll. The average voting time is 2.5 seconds.
- There are 1 different sources of visits to this poll.
- The poll has been opened for 5 years, 2 months.
- Survey security: IP.
- Created by: @Anonymous
- Poll has no end date.
Loading...
' +
'' +
'' + shortName + '' +
'' + percent + '%' +
'
';
});
container.innerHTML = html;
}
// Map data
var mapData = {'TR': 1};
// Initialize
$(function() {
// Load chart with default period
loadChartData('month');
// Load extra stats
loadExtraStats();
// Initialize world map
$('#world-map').vectorMap({
map: 'world_mill_en',
backgroundColor: 'transparent',
onRegionClick: function(e, code) {
if (typeof mapData[code] != 'undefined' && mapData[code] > 0) {
getCities(code);
}
},
series: {
regions: [{
values: mapData,
scale: ['#2d4a5e', '#fccc2e'],
normalizeFunction: 'polynomial'
}]
},
onRegionTipShow: function(e, el, code) {
if (mapData[code]) {
el.html(el.html() + ' (' + mapData[code].toLocaleString() + ' votes)');
}
},
regionStyle: {
initial: { fill: '#1f2f3c' },
hover: { fill: '#406079' }
}
});
});
// City/Country AJAX functions
function getCities(index) {
$(".city_list").show();
$("#select_a_country").hide();
var country_name = $("a[data-country-code='" + index + "']").attr("country-name");
if (country_name) $("#country_name").html(country_name);
$("#city_name").html("");
$(".city_list .btn-go-back").removeAttr('data-country-code').hide();
$("#loading").show();
$("#sehirlerdiv").html("");
$("#country_detail_list").html("");
$(".left_country_list").hide();
$.ajax({
type: "GET",
url: "/poll/sehirlerAjax",
data: { 'cc': index, 'viewID': pollId },
success: function(data) {
$.each(data.city, function(key, value) {
var cityName = value.city || 'Unknown';
var cityReal = value.city;
$("#sehirlerdiv").append(
"