<script>alert("1")</script> - تجزیه و تحلیل نظرسنجی
Total Votes
1
Avg. Voting Time
2.5 sec
Poll Created
14.01.2021
نظرات
0
۲۴ ساعت آخر
-
رای
۷ روز آخر
-
رای
میانگین روزانه
-
رأی ها/روز
انتخاب پیشرو
-
روز اوج
-
نامزدی
-
نظرات به ازای هر ۱۰۰ رأی
فعالیت رأی گیری بر اساس ساعت
00:00
06:00
12:00
18:00
23:00
ساعت اوج: -
شکست رای بر اساس روزها
در حال بارگذاری داده های نمودار...
توزیع کل آرا
منبع بازدید کننده
| آدرس ارجاع | Votes |
|---|---|
| Direct | 1 |
اطلاعات نظرسنجی
- 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(
"