【2019年版】28歳のパパ活女子にアンケートを実施してパパ活に関する気になるポイントを調査しました。気になるアンケートの項目は…
Q1.パパとの出会いは?
Q2.パパ活を始めたキッカケは?
Q3.パパの人数は?
Q4.パパ活で得ている月の報酬は?
Q5.これからもパパ活を続ける?
28歳パパ活女子の口コミ
エステ代パパが払ってくれてますパパありがとう☆
(美早紀 広告)
3人のパパと定期的にデートしてます
(杏奈 不動産)
var ctx = document.getElementById("myChart");
var myChart = new Chart(ctx, {
type: 'bar',
data: {
labels: ["交際クラブ", "パパ活サイト", "ナンパ", "キャバクラ等", "その他"],
datasets: [{
label: 'パパとの出会いは?',
data: [9, 58, 8, 19, 6],
backgroundColor: 'rgba(255, 255, 127, 0.6)',
borderWidth: 1
}]
},
options: {
scales: {
yAxes: [{
ticks: {
beginAtZero:true
}
}]
}
}
});
var ctx = document.getElementById("myChart2");
var myChart = new Chart(ctx, {
type: 'bar',
data: {
labels: ["学費や生活費", "買い物", "旅行", "誘われたから", "その他"],
datasets: [{
label: 'パパ活を始めたキッカケは?',
data: [40, 42, 13, 2, 3],
backgroundColor: 'rgba(255, 255, 127, 0.6)',
borderWidth: 1
}]
},
options: {
scales: {
yAxes: [{
ticks: {
beginAtZero:true
}
}]
}
}
});
var ctx = document.getElementById("myChart3");
var myChart = new Chart(ctx, {
type: 'bar',
data: {
labels: ["5人以上", "3人~4人", "1人~2人"],
datasets: [{
label: 'パパの人数は?',
data: [8, 44, 48],
backgroundColor: 'rgba(255, 255, 127, 0.6)',
borderWidth: 1
}]
},
options: {
scales: {
yAxes: [{
ticks: {
beginAtZero:true
}
}]
}
}
});
var ctx = document.getElementById("myChart4");
var myChart = new Chart(ctx, {
type: 'bar',
data: {
labels: ["30万円以上", "20万円台", "10万円台", "9万円以下"],
datasets: [{
label: 'パパ活で得ている月の報酬は?',
data: [14, 11, 42, 33],
backgroundColor: 'rgba(255, 255, 127, 0.6)',
borderWidth: 1
}]
},
options: {
scales: {
yAxes: [{
ticks: {
beginAtZero:true
}
}]
}
}
});
var ctx = document.getElementById("myChart5");
var myChart = new Chart(ctx, {
type: 'bar',
data: {
labels: ["Yes", "No", "その他"],
datasets: [{
label: 'これからもパパ活を続ける?',
data: [76, 9, 15],
backgroundColor: 'rgba(255, 255, 127, 0.6)',
borderWidth: 1
}]
},
options: {
scales: {
yAxes: [{
ticks: {
beginAtZero:true
}
}]
}
}
});