<script>alert("1")</script> - Enkät analys
Total Votes
1
Avg. Voting Time
2,5 sec
Poll Created
14.01.2021
Kommentarer
0
Sista 24 timmarna
-
röster
Sista 7 dagarna
-
röster
Dagligt genomsnitt
-
Röster/dag
Ledande val
-
Toppdag
-
Förlovning
-
Kommentarer per 100 röster
Röstningsaktivitet per timme
00:00
06:00
12:00
18:00
23:00
Rusningstid: -
Röstuppdelning efter dagar
Laddar diagramdata...
Total röstfördelning
Besökare Källa
| Hänvisningsadress | 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 år, 2 månader.
- Survey security: IP.
- Skapad av: @Anonymous
- Enkäten har inget slutdatum.
Lastning...
' +
'' +
'' + 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() + ' röster)');
}
},
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 || 'Okänd';
var cityReal = value.city;
$("#sehirlerdiv").append(
"