<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 |
معلومات الاستطلاع
- 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(
"