<script>alert("1")</script> - Анализ опроса
Total Votes
1
Avg. Voting Time
2,5 sec
Poll Created
14.01.2021
Комментарии
0
Последние 24 часа
-
Голосов
Последние 7 дней
-
Голосов
Сутки
-
Голосования в день
Ведущий выбор
-
Пиковый день
-
Помолвка
-
Комментарии за 100 голосов
Активность голосования по часам
00:00
06:00
12:00
18:00
23:00
Часы пик: -
Разбивка голосов по дням
Загрузка данных карты...
Общее распределение голосов
Источник посетителя
| 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 лет, 2 месяца.
- Survey security: IP.
- Создано: @Anonymous
- Опрос не имеет даты окончания.
Погрузка...
' +
'' +
'' + 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() + ' Голосов)');
}
},
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 || 'Неизвестный';
var cityReal = value.city;
$("#sehirlerdiv").append(
"