SCP-JP年次調査2022報告フラグメントcode
new Chart($("#cha1--1-1"), {
  type: "pie",
  data: {
    "labels": ["15歳未満", "15-19歳", "20-24歳", "25-29歳", "30-34歳", "35-39歳", "40-49歳", "50-59歳"],
    "datasets": [{
      "label": "あなたの年齢層を教えてください。",
      "data": [245, 485, 236, 112, 59, 34, 33, 6],
      "backgroundColor": ["#e5dbff", "#c5f6fa", "#fff3bf", "#ffe3e3", "#9775fa", "#69db7c", "#ffd43b", "#ff8787", "#6741d9", "#2f9e44", "#f08c00", "#f03e3e"]
    }]
  },
  options: OPTION_PIE,
});
new Chart($("#cha1--1-2"), {
  type: "pie",
  data: {
    "labels": ["15歳未満", "15-19歳", "20-24歳", "25-29歳", "30-34歳", "40-49歳", "35-39歳", "50-59歳"],
    "datasets": [{
      "label": "あなたの年齢層を教えてください。",
      "data": [43, 201, 109, 48, 20, 7, 5, 1],
      "backgroundColor": ["#e5dbff", "#c5f6fa", "#fff3bf", "#ffe3e3", "#9775fa", "#69db7c", "#ffd43b", "#ff8787", "#6741d9", "#2f9e44", "#f08c00", "#f03e3e"]
    }]
  },
  options: OPTION_PIE,
});
new Chart($("#cha1--1-3"), {
  type: "pie",
  data: {
    "labels": ["15歳未満", "15-19歳", "20-24歳", "25-29歳", "30-34歳", "35-39歳", "40-49歳", "50-59歳"],
    "datasets": [{
      "label": "あなたの年齢層を教えてください。",
      "data": [202, 284, 127, 64, 39, 29, 26, 5],
      "backgroundColor": ["#e5dbff", "#c5f6fa", "#fff3bf", "#ffe3e3", "#9775fa", "#69db7c", "#ffd43b", "#ff8787", "#6741d9", "#2f9e44", "#f08c00", "#f03e3e"]
    }]
  },
  options: OPTION_PIE,
});
new Chart($("#cha1--2-1"), {
  type: "pie",
  data: {
    "labels": ["男性", "女性", "その他", "(NA)"],
    "datasets": [{
      "label": "あなたの性別を教えてください。",
      "data": [849, 279, 65, 17],
      "backgroundColor": ["#e5dbff", "#c5f6fa", "#fff3bf", "#ffe3e3", "#9775fa", "#69db7c", "#ffd43b", "#ff8787", "#6741d9", "#2f9e44", "#f08c00", "#f03e3e"]
    }]
  },
  options: OPTION_PIE,
});
new Chart($("#cha1--2-2"), {
  type: "pie",
  data: {
    "labels": ["男性", "女性", "その他", "(NA)"],
    "datasets": [{
      "label": "あなたの性別を教えてください。",
      "data": [336, 68, 25, 5],
      "backgroundColor": ["#e5dbff", "#c5f6fa", "#fff3bf", "#ffe3e3", "#9775fa", "#69db7c", "#ffd43b", "#ff8787", "#6741d9", "#2f9e44", "#f08c00", "#f03e3e"]
    }]
  },
  options: OPTION_PIE,
});
new Chart($("#cha1--2-3"), {
  type: "pie",
  data: {
    "labels": ["男性", "女性", "その他", "(NA)"],
    "datasets": [{
      "label": "あなたの性別を教えてください。",
      "data": [513, 211, 40, 12],
      "backgroundColor": ["#e5dbff", "#c5f6fa", "#fff3bf", "#ffe3e3", "#9775fa", "#69db7c", "#ffd43b", "#ff8787", "#6741d9", "#2f9e44", "#f08c00", "#f03e3e"]
    }]
  },
  options: OPTION_PIE,
});
new Chart($("#cha1--3-1"), {
  type: "pie",
  data: {
    "labels": ["はい", "いいえ"],
    "datasets": [{
      "label": "あなたの母語は日本語ですか?",
      "data": [1196, 14],
      "backgroundColor": ["#e5dbff", "#c5f6fa", "#fff3bf", "#ffe3e3", "#9775fa", "#69db7c", "#ffd43b", "#ff8787", "#6741d9", "#2f9e44", "#f08c00", "#f03e3e"]
    }]
  },
  options: OPTION_PIE,
});
new Chart($("#cha1--3-2"), {
  type: "pie",
  data: {
    "labels": ["はい", "いいえ"],
    "datasets": [{
      "label": "あなたの母語は日本語ですか?",
      "data": [427, 7],
      "backgroundColor": ["#e5dbff", "#c5f6fa", "#fff3bf", "#ffe3e3", "#9775fa", "#69db7c", "#ffd43b", "#ff8787", "#6741d9", "#2f9e44", "#f08c00", "#f03e3e"]
    }]
  },
  options: OPTION_PIE,
});
new Chart($("#cha1--3-3"), {
  type: "pie",
  data: {
    "labels": ["はい", "いいえ"],
    "datasets": [{
      "label": "あなたの母語は日本語ですか?",
      "data": [769, 7],
      "backgroundColor": ["#e5dbff", "#c5f6fa", "#fff3bf", "#ffe3e3", "#9775fa", "#69db7c", "#ffd43b", "#ff8787", "#6741d9", "#2f9e44", "#f08c00", "#f03e3e"]
    }]
  },
  options: OPTION_PIE,
});
new Chart($("#cha1--4-1"), {
  type: "pie",
  data: {
    "labels": ["はい", "いいえ", "(NA)"],
    "datasets": [{
      "label": "あなたは日本在住ですか?",
      "data": [1193, 11, 6],
      "backgroundColor": ["#e5dbff", "#c5f6fa", "#fff3bf", "#ffe3e3", "#9775fa", "#69db7c", "#ffd43b", "#ff8787", "#6741d9", "#2f9e44", "#f08c00", "#f03e3e"]
    }]
  },
  options: OPTION_PIE,
});
new Chart($("#cha1--4-2"), {
  type: "pie",
  data: {
    "labels": ["はい", "いいえ", "(NA)"],
    "datasets": [{
      "label": "あなたは日本在住ですか?",
      "data": [427, 6, 1],
      "backgroundColor": ["#e5dbff", "#c5f6fa", "#fff3bf", "#ffe3e3", "#9775fa", "#69db7c", "#ffd43b", "#ff8787", "#6741d9", "#2f9e44", "#f08c00", "#f03e3e"]
    }]
  },
  options: OPTION_PIE,
});
new Chart($("#cha1--4-3"), {
  type: "pie",
  data: {
    "labels": ["はい", "いいえ", "(NA)"],
    "datasets": [{
      "label": "あなたは日本在住ですか?",
      "data": [766, 5, 5],
      "backgroundColor": ["#e5dbff", "#c5f6fa", "#fff3bf", "#ffe3e3", "#9775fa", "#69db7c", "#ffd43b", "#ff8787", "#6741d9", "#2f9e44", "#f08c00", "#f03e3e"]
    }]
  },
  options: OPTION_PIE,
});
new Chart($("#cha2--1-1"), {
  type: "pie",
  data: {
    "labels": ["はい", "いいえ"],
    "datasets": [{
      "label": "あなたはWikidot(SCP財団が使用しているホスティングサービス)のアカウントを所持していますか?",
      "data": [466, 744],
      "backgroundColor": ["#e5dbff", "#c5f6fa", "#fff3bf", "#ffe3e3", "#9775fa", "#69db7c", "#ffd43b", "#ff8787", "#6741d9", "#2f9e44", "#f08c00", "#f03e3e"]
    }]
  },
  options: OPTION_PIE,
});
new Chart($("#cha2--1-2"), {
  type: "pie",
  data: {
    "labels": ["はい", "いいえ"],
    "datasets": [{
      "label": "あなたはWikidot(SCP財団が使用しているホスティングサービス)のアカウントを所持していますか?",
      "data": [414, 20],
      "backgroundColor": ["#e5dbff", "#c5f6fa", "#fff3bf", "#ffe3e3", "#9775fa", "#69db7c", "#ffd43b", "#ff8787", "#6741d9", "#2f9e44", "#f08c00", "#f03e3e"]
    }]
  },
  options: OPTION_PIE,
});
new Chart($("#cha2--1-3"), {
  type: "pie",
  data: {
    "labels": ["はい", "いいえ"],
    "datasets": [{
      "label": "あなたはWikidot(SCP財団が使用しているホスティングサービス)のアカウントを所持していますか?",
      "data": [52, 724],
      "backgroundColor": ["#e5dbff", "#c5f6fa", "#fff3bf", "#ffe3e3", "#9775fa", "#69db7c", "#ffd43b", "#ff8787", "#6741d9", "#2f9e44", "#f08c00", "#f03e3e"]
    }]
  },
  options: OPTION_PIE,
});
new Chart($("#cha2--2"), {
  type: "pie",
  data: {
    "labels": ["はい", "いいえ"],
    "datasets": [{
      "label": "あなたはSCP財団日本語版(SCP-JP)Wikiに参加していますか?",
      "data": [434, 776],
      "backgroundColor": ["#e5dbff", "#c5f6fa", "#fff3bf", "#ffe3e3", "#9775fa", "#69db7c", "#ffd43b", "#ff8787", "#6741d9", "#2f9e44", "#f08c00", "#f03e3e"]
    }]
  },
  options: OPTION_PIE,
});
new Chart($("#cha2--3-1"), {
  type: "bar",
  data: {
    "labels": ["EN(英語版)", "RU(ロシア語版)", "KO(韓国語版)", "CN(中国語版)", "FR(フランス語版)", "PL(ポーランド語版)", "ES(スペイン語版)", "TH(タイ語版)", "DE(ドイツ語版)", "IT(イタリア語版)", "UA(ウクライナ語版)", "PT/BR(ポルトガル語版)", "CS(チェコ語版)", "ZH(繁体中国語版)", "VN(ベトナム語版)", "INT(国際英訳アーカイブ)", "非公式支部", "姉妹サイト"],
    "datasets": [{
      "label": "回答数",
      "data": [57, 3, 5, 13, 1, 1, 0, 1, 6, 3, 2, 2, 3, 7, 1, 41, 10, 5],
      "backgroundColor": ["#d6d6d6"]
    }]
  },
  options: {
    indexAxis: 'y',
    scales: {
      y: {
        beginAtZero: true
      }
    },
    aspectRatio: 0.75
  },
});
new Chart($("#cha2--3-2"), {
  type: "bar",
  data: {
    "labels": ["EN(英語版)", "RU(ロシア語版)", "KO(韓国語版)", "CN(中国語版)", "FR(フランス語版)", "PL(ポーランド語版)", "ES(スペイン語版)", "TH(タイ語版)", "DE(ドイツ語版)", "IT(イタリア語版)", "UA(ウクライナ語版)", "PT/BR(ポルトガル語版)", "CS(チェコ語版)", "ZH(繁体中国語版)", "VN(ベトナム語版)", "INT(国際英訳アーカイブ)", "非公式支部", "姉妹サイト"],
    "datasets": [{
      "label": "回答数",
      "data": [55, 2, 5, 12, 1, 1, 0, 1, 6, 3, 2, 2, 3, 6, 1, 40, 9, 5],
      "backgroundColor": ["#d6d6d6"]
    }]
  },
  options: {
    indexAxis: 'y',
    scales: {
      y: {
        beginAtZero: true
      }
    },
    aspectRatio: 0.75
  },
});
new Chart($("#cha2--3-3"), {
  type: "bar",
  data: {
    "labels": ["EN(英語版)", "RU(ロシア語版)", "KO(韓国語版)", "CN(中国語版)", "FR(フランス語版)", "PL(ポーランド語版)", "ES(スペイン語版)", "TH(タイ語版)", "DE(ドイツ語版)", "IT(イタリア語版)", "UA(ウクライナ語版)", "PT/BR(ポルトガル語版)", "CS(チェコ語版)", "ZH(繁体中国語版)", "VN(ベトナム語版)", "INT(国際英訳アーカイブ)", "非公式支部", "姉妹サイト"],
    "datasets": [{
      "label": "回答数",
      "data": [2, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0],
      "backgroundColor": ["#d6d6d6"]
    }]
  },
  options: {
    indexAxis: 'y',
    scales: {
      y: {
        beginAtZero: true
      }
    },
    aspectRatio: 0.75
  },
});
new Chart($("#cha2--4-1"), {
  type: "bar",
  data: {
    "labels": ["記事を読む", "外部サイトで関連作品を見る(※1)", "外部サイトで関連作品を投稿する(※2)", "関連ページを作成する(※3)", "その他"],
    "datasets": [{
      "label": "回答数",
      "data": [1174, 953, 132, 50, 64],
      "backgroundColor": ["#d6d6d6"]
    }]
  },
  options: {
    indexAxis: 'y',
    scales: {
      y: {
        beginAtZero: true
      }
    },
    aspectRatio: 0.75
  },
});
new Chart($("#cha2--4-2"), {
  type: "bar",
  data: {
    "labels": ["公式Wikiで記事を読む", "外部サイトで関連作品を見る(※1)", "外部サイトで関連作品を投稿する(※2)", "@関連ページを作成する(※3)", "その他"],
    "datasets": [{
      "label": "回答数",
      "data": [424, 308, 61, 23, 35],
      "backgroundColor": ["#d6d6d6"]
    }]
  },
  options: {
    indexAxis: 'y',
    scales: {
      y: {
        beginAtZero: true
      }
    },
    aspectRatio: 0.75
  },
});
new Chart($("#cha2--4-3"), {
  type: "bar",
  data: {
    "labels": ["公式Wikiで記事を読む", "外部サイトで関連作品を見る(※1)", "外部サイトで関連作品を投稿する(※2)", "関連ページを作成する(※3)", "その他"],
    "datasets": [{
      "label": "回答数",
      "data": [750, 645, 71, 27, 19],
      "backgroundColor": ["#d6d6d6"]
    }]
  },
  options: {
    indexAxis: 'y',
    scales: {
      y: {
        beginAtZero: true
      }
    },
    aspectRatio: 0.75
  },
});
new Chart($("#cha2--5-1"), {
  type: "bar",
  data: {
    "labels": ["ハブページから ※1", "シリーズから ※2", "新着記事から ※3", "動画紹介から ※4", "SNSから ※5", "イベント参加作品から ※6", "気になった著者から ※7", "その月の注目記事 ※8", "評価の高いページから ※9", "友人から ※10", "茜刺財団新聞(高評価記事) ※11", "茜刺財団新聞(去年の今は) ※12", "ランダムページ", "その他", "(N/A)"],
    "datasets": [{
      "label": "回答数",
      "data": [915, 781, 662, 556, 485, 422, 418, 337, 315, 273, 198, 106, 24, 24, 6],
      "backgroundColor": ["#d6d6d6"]
    }]
  },
  options: {
    indexAxis: 'y',
    scales: {
      y: {
        beginAtZero: true
      }
    },
    aspectRatio: 0.75
  },
});
new Chart($("#cha2--5-2"), {
  type: "bar",
  data: {
    "labels": ["ハブページから ※1", "シリーズから ※2", "新着記事から ※3", "動画紹介から ※4", "SNSから ※5", "イベント参加作品から ※6", "気になった著者から ※7", "その月の注目記事 ※8", "評価の高いページから ※9", "友人から ※10", "茜刺財団新聞(高評価記事) ※11", "茜刺財団新聞(去年の今は) ※12", "ランダムページ", "その他", "(N/A)"],
    "datasets": [{
      "label": "回答数",
      "data": [308, 254, 250, 232, 187, 187, 184, 123, 123, 106, 92, 50, 12, 9, 2],
      "backgroundColor": ["#d6d6d6"]
    }]
  },
  options: {
    indexAxis: 'y',
    scales: {
      y: {
        beginAtZero: true
      }
    },
    aspectRatio: 0.75
  },
});
new Chart($("#cha2--5-3"), {
  type: "bar",
  data: {
    "labels": ["ハブページから ※1", "シリーズから ※2", "新着記事から ※3", "動画紹介から ※4", "SNSから ※5", "イベント参加作品から ※6", "気になった著者から ※7", "その月の注目記事 ※8", "評価の高いページから ※9", "友人から ※10", "茜刺財団新聞(高評価記事) ※11", "茜刺財団新聞(去年の今は) ※12", "ランダムページ", "その他", "(N/A)"],
    "datasets": [{
      "label": "回答数",
      "data": [607, 527, 412, 324, 298, 235, 234, 214, 192, 167, 106, 56, 12, 15, 4],
      "backgroundColor": ["#d6d6d6"]
    }]
  },
  options: {
    indexAxis: 'y',
    scales: {
      y: {
        beginAtZero: true
      }
    },
    aspectRatio: 0.75
  },
});
new Chart($("#cha3--1"), {
  type: "bar",
  data: {
    "labels": ["記事を読む", "記事にVoteする", "記事を書く", "記事や下書きに批評を行う", "記事にコメントする", "フォーラムやスレッドに書き込む", "記事を翻訳する", "アートワークや音楽など ※1", "その他", "(NA)"],
    "datasets": [{
      "label": "回答数",
      "data": [426, 353, 175, 112, 86, 82, 68, 21, 3, 3],
      "backgroundColor": ["#d6d6d6"]
    }]
  },
  options: {
    indexAxis: 'y',
    scales: {
      y: {
        beginAtZero: true
      }
    },
    aspectRatio: 0.75
  },
});
new Chart($("#cha3--2"), {
  type: "bar",
  data: {
    "labels": ["自分でオリジナル記事を執筆したいから", "投稿された記事にVoteしたいから", "他支部の記事を翻訳したいから", "コンテストに参加したいから", "公式チャット ※1", "その他", "(NA)"],
    "datasets": [{
      "label": "回答数",
      "data": [288, 256, 45, 44, 24, 19, 23],
      "backgroundColor": ["#d6d6d6"]
    }]
  },
  options: {
    indexAxis: 'y',
    scales: {
      y: {
        beginAtZero: true
      }
    },
    aspectRatio: 0.75
  },
});
new Chart($("#cha3--3"), {
  type: "bar",
  data: {
    "labels": ["消極的", "", "", "", "積極的"],
    "datasets": [{
      "label": "回答数",
      "data": [55, 73, 103, 92, 94],
      "backgroundColor": ["#d6d6d6"]
    }]
  },
  options: {
    indexAxis: 'x',
    scales: {
      y: {
        beginAtZero: true
      }
    },
    aspectRatio: 2
  },
});
new Chart($("#cha3--4"), {
  type: "bar",
  data: {
    "labels": ["DV寄り", "", "", "", "UV寄り"],
    "datasets": [{
      "label": "回答数",
      "data": [7, 31, 73, 159, 140],
      "backgroundColor": ["#d6d6d6"]
    }]
  },
  options: {
    indexAxis: 'x',
    scales: {
      y: {
        beginAtZero: true
      }
    },
    aspectRatio: 2
  },
});
new Chart($("#cha3--5"), {
  type: "bar",
  data: {
    "labels": ["SB3(※1)", "Storage(※2)", "いずれにも参加していない"],
    "datasets": [{
      "label": "回答数",
      "data": [346, 230, 95],
      "backgroundColor": ["#d6d6d6"]
    }]
  },
  options: {
    indexAxis: 'x',
    scales: {
      y: {
        beginAtZero: true
      }
    },
    aspectRatio: 2
  },
});
new Chart($("#cha3--6"), {
  type: "pie",
  data: {
    "labels": ["そのサイトを知らない", "名前だけは知っている", "利用ガイドを読んだことがある", "サイトに参加している", "ポータルページを作成したことがある", "下書きページを作成したことがある", "下書きページを「批評中」にしたことがある", "(NA)"],
    "datasets": [{
      "label": "回答数",
      "data": [10, 43, 31, 25, 27, 70, 220, 8],
      "backgroundColor": ["#e5dbff", "#c5f6fa", "#fff3bf", "#ffe3e3", "#9775fa", "#69db7c", "#ffd43b", "#ff8787", "#6741d9", "#2f9e44", "#f08c00", "#f03e3e"]
    }]
  },
  options: OPTION_PIE,
});
new Chart($("#cha3--7"), {
  type: "bar",
  data: {
    "labels": ["「ヒューマンドラマ」", "「恋愛」", "「ミステリー」", "「冒険」", "「アクション」", "「歴史」", "「ギャグ」", "「シリアス」", "「ダーク」", "「短編」", "「長編」", "「フォーマットスクリュー」", "「インタラクティブ」", "「カノン」", "「世界観用語」", "特に無し", "その他", "(NA)"],
    "datasets": [{
      "label": "回答数",
      "data": [40, 35, 88, 34, 38, 83, 72, 62, 38, 149, 159, 78, 24, 141, 79, 71, 14, 86],
      "backgroundColor": ["#d6d6d6"]
    }]
  },
  options: {
    indexAxis: 'y',
    scales: {
      y: {
        beginAtZero: true
      }
    },
    aspectRatio: 0.75
  },
});
new Chart($("#cha3--8"), {
  type: "pie",
  data: {
    "labels": ["そのサイトを知らない", "名前だけは知っている", "利用ガイドを読んだことがある", "サイトに参加している", "ポータルページを作成したことがある", "ファイルページを作成したことがある", "(NA)"],
    "datasets": [{
      "label": "回答数",
      "data": [75, 90, 30, 43, 9, 174, 13],
      "backgroundColor": ["#e5dbff", "#c5f6fa", "#fff3bf", "#ffe3e3", "#9775fa", "#69db7c", "#ffd43b", "#ff8787", "#6741d9", "#2f9e44", "#f08c00", "#f03e3e"]
    }]
  },
  options: OPTION_PIE,
});
new Chart($("#cha3--9"), {
  type: "pie",
  data: {
    "labels": ["はい", "いいえ", "(NA)"],
    "datasets": [{
      "label": "回答数",
      "data": [164, 264, 6],
      "backgroundColor": ["#e5dbff", "#c5f6fa", "#fff3bf", "#ffe3e3", "#9775fa", "#69db7c", "#ffd43b", "#ff8787", "#6741d9", "#2f9e44", "#f08c00", "#f03e3e"]
    }]
  },
  options: OPTION_PIE,
});
new Chart($("#cha4--1"), {
  type: "bar",
  data: {
    "labels": ["消極的", "", "", "", "積極的"],
    "datasets": [{
      "label": "回答数",
      "data": [74, 83, 163, 219, 237],
      "backgroundColor": ["#d6d6d6"]
    }]
  },
  options: {
    indexAxis: 'x',
    scales: {
      y: {
        beginAtZero: true
      }
    },
    aspectRatio: 2
  },
});
new Chart($("#cha4--2"), {
  type: "bar",
  data: {
    "labels": ["非メンバーでも記事を読める(※1)", "アカウントの作り方が分からないため(※2)", "貢献しなければならないと感じるため(※3)", "ルール把握が負担に感じるため(※4)", "参入にハードルがあるため(※5)", "メンバー制だとそもそも知らない(※6)", "日本語能力に不安がある(※7)", "年齢上の都合", "そこまでSCP財団に興味が無いため", "保護者が許可していない", "合言葉がわからない", "自分専用の端末を持っていない", "その他"],
    "datasets": [{
      "label": "回答数",
      "data": [440, 390, 328, 234, 172, 123, 67, 14, 13, 7, 6, 6, 31],
      "backgroundColor": ["#d6d6d6"]
    }]
  },
  options: {
    indexAxis: 'y',
    scales: {
      y: {
        beginAtZero: true
      }
    },
    aspectRatio: 0.75
  },
});
new Chart($("#cha5--1-1"), {
  type: "pie",
  data: {
    "labels": ["6カ月以下", "6-12カ月", "1-2年", "2-3年", "3-4年", "4-5年", "5-6年", "6-7年", "7-8年", "8-9年", "9-10年", "それ以上", "(NA)"],
    "datasets": [{
      "label": "回答数",
      "data": [29, 55, 218, 292, 219, 155, 95, 60, 37, 21, 18, 8, 3],
      "backgroundColor": ["#e5dbff", "#c5f6fa", "#fff3bf", "#ffe3e3", "#9775fa", "#69db7c", "#ffd43b", "#ff8787", "#6741d9", "#2f9e44", "#f08c00", "#f03e3e"]
    }]
  },
  options: OPTION_PIE,
});
new Chart($("#cha5--1-2"), {
  type: "pie",
  data: {
    "labels": ["6カ月以下", "6-12カ月", "1-2年", "2-3年", "3-4年", "4-5年", "5-6年", "6-7年", "7-8年", "8-9年", "9-10年", "それ以上"],
    "datasets": [{
      "label": "回答数",
      "data": [6, 11, 41, 103, 89, 70, 42, 36, 18, 9, 8, 1],
      "backgroundColor": ["#e5dbff", "#c5f6fa", "#fff3bf", "#ffe3e3", "#9775fa", "#69db7c", "#ffd43b", "#ff8787", "#6741d9", "#2f9e44", "#f08c00", "#f03e3e"]
    }]
  },
  options: OPTION_PIE,
});
new Chart($("#cha5--1-3"), {
  type: "pie",
  data: {
    "labels": ["6-12カ月", "6カ月以下", "1-2年", "2-3年", "3-4年", "4-5年", "5-6年", "6-7年", "7-8年", "8-9年", "9-10年", "それ以上", "(NA)"],
    "datasets": [{
      "label": "回答数",
      "data": [44, 23, 177, 189, 130, 85, 53, 24, 19, 12, 10, 7, 3],
      "backgroundColor": ["#e5dbff", "#c5f6fa", "#fff3bf", "#ffe3e3", "#9775fa", "#69db7c", "#ffd43b", "#ff8787", "#6741d9", "#2f9e44", "#f08c00", "#f03e3e"]
    }]
  },
  options: OPTION_PIE,
});
new Chart($("#cha5--2-1"), {
  type: "bar",
  data: {
    "labels": ["Youtube(紹介・解説)", "インターネットミーム", "知人・同僚・友人・家族など", "他のものを検索中に偶発的に", "Youtube(ゲーム実況)", "niconico(紹介・解説)", "Twitter", "Youtube(MAD)", "niconico(ゲーム実況)", "SCPのゲーム", "上記以外のSNS", "ゲームのSCPmod", "他のブログ", "niconino(MAD)", "書籍(アンソロジー・コロコロコミック等)", "掲示板", "Wikipedia", "覚えていない", "アニオタWiki(仮)", "pixiv", "その他", "(NA)"],
    "datasets": [{
      "label": "回答数",
      "data": [392, 145, 128, 115, 87, 82, 80, 47, 25, 20, 14, 12, 11, 9, 9, 5, 4, 3, 3, 3, 10, 7],
      "backgroundColor": ["#d6d6d6"]
    }]
  },
  options: {
    indexAxis: 'y',
    scales: {
      y: {
        beginAtZero: true
      }
    },
    aspectRatio: 0.75
  },
});
new Chart($("#cha5--2-2"), {
  type: "bar",
  data: {
    "labels": ["Youtube(紹介・解説)", "インターネットミーム", "知人・同僚・友人・家族など", "他のものを検索中に偶発的に", "Youtube(ゲーム実況)", "niconico(紹介・解説)", "Twitter", "Youtube(MAD)", "niconico(ゲーム実況)", "SCPのゲーム", "上記以外のSNS", "ゲームのSCPmod", "他のブログ", "niconino(MAD)", "書籍(アンソロジー・コロコロコミック等)", "掲示板3", "覚えていない", "(NA)", "その他"],
    "datasets": [{
      "label": "回答数",
      "data": [119, 42, 50, 52, 30, 40, 33, 18, 15, 4, 6, 3, 4, 3, 4, null, 2, 3, 3],
      "backgroundColor": ["#d6d6d6"]
    }]
  },
  options: {
    indexAxis: 'y',
    scales: {
      y: {
        beginAtZero: true
      }
    },
    aspectRatio: 0.75
  },
});
new Chart($("#cha5--2-3"), {
  type: "bar",
  data: {
    "labels": ["Youtube(紹介・解説)", "インターネットミーム", "知人・同僚・友人・家族など", "他のものを検索中に偶発的に", "Youtube(ゲーム実況)", "niconico(紹介・解説)", "Twitter", "Youtube(MAD)", "niconico(ゲーム実況)", "SCPのゲーム", "上記以外のSNS", "ゲームのSCPmod", "他のブログ", "niconino(MAD)", "書籍(アンソロジー・コロコロコミック等)", "掲示板", "Wikipedia", "pixiv", "アニオタWiki(仮)", "覚えていない", "その他", "(NA)"],
    "datasets": [{
      "label": "回答数",
      "data": [273, 103, 78, 63, 57, 42, 47, 29, 10, 16, 8, 9, 7, 6, 5, 2, 4, 3, 3, 3, 3, 4],
      "backgroundColor": ["#d6d6d6"]
    }]
  },
  options: {
    indexAxis: 'y',
    scales: {
      y: {
        beginAtZero: true
      }
    },
    aspectRatio: 0.75
  },
});
new Chart($("#cha5--3-1"), {
  type: "pie",
  data: {
    "labels": ["読まない", "1作読むか読まないか", "5作未満", "5~9作", "10~14作", "15~19作", "20作以上", "(NA)"],
    "datasets": [{
      "label": "回答数",
      "data": [13, 103, 295, 305, 206, 57, 221, 10],
      "backgroundColor": ["#e5dbff", "#c5f6fa", "#fff3bf", "#ffe3e3", "#9775fa", "#69db7c", "#ffd43b", "#ff8787", "#6741d9", "#2f9e44", "#f08c00", "#f03e3e"]
    }]
  },
  options: OPTION_PIE,
});
new Chart($("#cha5--3-2"), {
  type: "pie",
  data: {
    "labels": ["読まない", "1作読むか読まないか", "5作未満", "5~9作", "10~14作", "15~19作", "20作以上", "(NA)"],
    "datasets": [{
      "label": "回答数",
      "data": [6, 31, 96, 105, 80, 26, 88, 2],
      "backgroundColor": ["#e5dbff", "#c5f6fa", "#fff3bf", "#ffe3e3", "#9775fa", "#69db7c", "#ffd43b", "#ff8787", "#6741d9", "#2f9e44", "#f08c00", "#f03e3e"]
    }]
  },
  options: OPTION_PIE,
});
new Chart($("#cha5--3-3"), {
  type: "pie",
  data: {
    "labels": ["読まない", "1作読むか読まないか", "5作未満", "5~9作", "10~14作", "15~19作", "20作以上", "(NA)"],
    "datasets": [{
      "label": "回答数",
      "data": [7, 72, 199, 200, 126, 31, 133, 8],
      "backgroundColor": ["#e5dbff", "#c5f6fa", "#fff3bf", "#ffe3e3", "#9775fa", "#69db7c", "#ffd43b", "#ff8787", "#6741d9", "#2f9e44", "#f08c00", "#f03e3e"]
    }]
  },
  options: OPTION_PIE,
});
new Chart($("#cha5--4-1"), {
  type: "pie",
  data: {
    "labels": ["読まない", "1作読むか読まないか", "5作未満", "5~9作", "10~14作", "15~19作", "20作以上", "(NA)"],
    "datasets": [{
      "label": "回答数",
      "data": [178, 350, 330, 172, 65, 31, 74, 10],
      "backgroundColor": ["#e5dbff", "#c5f6fa", "#fff3bf", "#ffe3e3", "#9775fa", "#69db7c", "#ffd43b", "#ff8787", "#6741d9", "#2f9e44", "#f08c00", "#f03e3e"]
    }]
  },
  options: OPTION_PIE,
});
new Chart($("#cha5--4-2"), {
  type: "pie",
  data: {
    "labels": ["読まない", "1作読むか読まないか", "5作未満", "5~9作", "10~14作", "15~19作", "20作以上", "(NA)"],
    "datasets": [{
      "label": "回答数",
      "data": [36, 102, 129, 75, 28, 18, 43, 3],
      "backgroundColor": ["#e5dbff", "#c5f6fa", "#fff3bf", "#ffe3e3", "#9775fa", "#69db7c", "#ffd43b", "#ff8787", "#6741d9", "#2f9e44", "#f08c00", "#f03e3e"]
    }]
  },
  options: OPTION_PIE,
});
new Chart($("#cha5--4-3"), {
  type: "pie",
  data: {
    "labels": ["読まない", "1作読むか読まないか", "5作未満", "5~9作", "10~14作", "15~19作", "20作以上", "(NA)"],
    "datasets": [{
      "label": "回答数",
      "data": [142, 248, 201, 97, 37, 13, 31, 7],
      "backgroundColor": ["#e5dbff", "#c5f6fa", "#fff3bf", "#ffe3e3", "#9775fa", "#69db7c", "#ffd43b", "#ff8787", "#6741d9", "#2f9e44", "#f08c00", "#f03e3e"]
    }]
  },
  options: OPTION_PIE,
});
new Chart($("#cha5--5-1"), {
  type: "bar",
  data: {
    "labels": ["SCP記事", "GoIF記事", "Tale記事", "アートワーク記事", "設定集(ハブ)", "寄稿型合作"],
    "datasets": [{
      "label": "回答数",
      "data": [5343, 3374, 4040, 3013, 3992, 3235],
      "backgroundColor": ["#d6d6d6"]
    }]
  },
  options: {
    indexAxis: 'x',
    scales: {
      y: {
        beginAtZero: true
      }
    },
    aspectRatio: 2
  },
});
new Chart($("#cha5--5-2"), {
  type: "bar",
  data: {
    "labels": ["SCP記事", "GoIF記事", "Tale記事", "アートワーク記事", "設定集(ハブ)", "寄稿型合作"],
    "datasets": [{
      "label": "回答数",
      "data": [1904, 1333, 1517, 1196, 1430, 1151],
      "backgroundColor": ["#d6d6d6"]
    }]
  },
  options: {
    indexAxis: 'x',
    scales: {
      y: {
        beginAtZero: true
      }
    },
    aspectRatio: 2
  },
});
new Chart($("#cha5--5-3"), {
  type: "bar",
  data: {
    "labels": ["SCP記事", "GoIF記事", "Tale記事", "アートワーク記事", "設定集(ハブ)", "寄稿型合作"],
    "datasets": [{
      "label": "回答数",
      "data": [3439, 2041, 2523, 1817, 2682, 2234],
      "backgroundColor": ["#d6d6d6"]
    }]
  },
  options: {
    indexAxis: 'x',
    scales: {
      y: {
        beginAtZero: true
      }
    },
    aspectRatio: 2
  },
});
new Chart($("#cha5--6-1"), {
  type: "bar",
  data: {
    "labels": ["JPでの創作", "ENからの翻訳", "その他の翻訳"],
    "datasets": [{
      "label": "回答数",
      "data": [5396, 4914, 4174],
      "backgroundColor": ["#d6d6d6"]
    }]
  },
  options: {
    indexAxis: 'x',
    scales: {
      y: {
        beginAtZero: true
      }
    },
    aspectRatio: 2
  },
});
new Chart($("#cha5--6-2"), {
  type: "bar",
  data: {
    "labels": ["JPでの創作", "ENからの翻訳", "その他の翻訳"],
    "datasets": [{
      "label": "回答数",
      "data": [1917, 1608, 1438],
      "backgroundColor": ["#d6d6d6"]
    }]
  },
  options: {
    indexAxis: 'x',
    scales: {
      y: {
        beginAtZero: true
      }
    },
    aspectRatio: 2
  },
});
new Chart($("#cha5--6-3"), {
  type: "bar",
  data: {
    "labels": ["JPでの創作", "ENからの翻訳", "その他の翻訳"],
    "datasets": [{
      "label": "回答数",
      "data": [3479, 3226, 2736],
      "backgroundColor": ["#d6d6d6"]
    }]
  },
  options: {
    indexAxis: 'x',
    scales: {
      y: {
        beginAtZero: true
      }
    },
    aspectRatio: 2
  },
});
new Chart($("#cha6--1"), {
  type: "pie",
  data: {
    "labels": ["6カ月以下", "6 - 12カ月", "1 - 2年", "2 - 3年", "3 - 4年", "4 - 5年", "5 - 6年", "6 - 7年", "7 - 8年", "8 - 9年", "(NA)"],
    "datasets": [{
      "label": "回答数",
      "data": [75, 71, 91, 80, 48, 31, 14, 12, 4, 2, 6],
      "backgroundColor": ["#e5dbff", "#c5f6fa", "#fff3bf", "#ffe3e3", "#9775fa", "#69db7c", "#ffd43b", "#ff8787", "#6741d9", "#2f9e44", "#f08c00", "#f03e3e"]
    }]
  },
  options: {
    "legend": {
      "position": "bottom"
    },
    "scales": {},
    "hoverOffset": 4,
    "animation": {
      "animateRotate": true
    },
    "plugins": {}
  },
});
new Chart($("#cha6--2"), {
  type: "pie",
  data: {
    "labels": ["持っている", "作成条件を満たしているが未作成", "作成条件を満たしていない"],
    "datasets": [{
      "label": "回答数",
      "data": [103, 26, 305],
      "backgroundColor": ["#e5dbff", "#c5f6fa", "#fff3bf", "#ffe3e3", "#9775fa", "#69db7c", "#ffd43b", "#ff8787", "#6741d9", "#2f9e44", "#f08c00", "#f03e3e"]
    }]
  },
  options: OPTION_PIE,
});
new Chart($("#cha7--1-1"), {
  type: "pie",
  data: {
    "labels": ["はい", "いいえ"],
    "datasets": [{
      "label": "回答数",
      "data": [439, 771],
      "backgroundColor": ["#e5dbff", "#c5f6fa", "#fff3bf", "#ffe3e3", "#9775fa", "#69db7c", "#ffd43b", "#ff8787", "#6741d9", "#2f9e44", "#f08c00", "#f03e3e"]
    }]
  },
  options: OPTION_PIE,
});
new Chart($("#cha7--1-2"), {
  type: "pie",
  data: {
    "labels": ["はい", "いいえ"],
    "datasets": [{
      "label": "回答数",
      "data": [259, 175],
      "backgroundColor": ["#e5dbff", "#c5f6fa", "#fff3bf", "#ffe3e3", "#9775fa", "#69db7c", "#ffd43b", "#ff8787", "#6741d9", "#2f9e44", "#f08c00", "#f03e3e"]
    }]
  },
  options: OPTION_PIE,
});
new Chart($("#cha7--1-3"), {
  type: "pie",
  data: {
    "labels": ["はい", "いいえ"],
    "datasets": [{
      "label": "回答数",
      "data": [180, 596],
      "backgroundColor": ["#e5dbff", "#c5f6fa", "#fff3bf", "#ffe3e3", "#9775fa", "#69db7c", "#ffd43b", "#ff8787", "#6741d9", "#2f9e44", "#f08c00", "#f03e3e"]
    }]
  },
  options: OPTION_PIE,
});
new Chart($("#cha7--2-1"), {
  type: "bar",
  data: {
    "labels": ["役に立っていない", "", "", "", "役に立っている"],
    "datasets": [{
      "label": "回答数",
      "data": [31, 49, 398, 202, 189],
      "backgroundColor": ["#d6d6d6"]
    }]
  },
  options: {
    indexAxis: 'x',
    scales: {
      y: {
        beginAtZero: true
      }
    },
    aspectRatio: 2
  },
});
new Chart($("#cha7--2-2"), {
  type: "bar",
  data: {
    "labels": ["役に立っていない", "", "", "", "役に立っている"],
    "datasets": [{
      "label": "回答数",
      "data": [8, 21, 131, 100, 106],
      "backgroundColor": ["#d6d6d6"]
    }]
  },
  options: {
    indexAxis: 'x',
    scales: {
      y: {
        beginAtZero: true
      }
    },
    aspectRatio: 2
  },
});
new Chart($("#cha7--2-3"), {
  type: "bar",
  data: {
    "labels": ["役に立っていない", "", "", "", "役に立っている"],
    "datasets": [{
      "label": "回答数",
      "data": [23, 28, 267, 102, 83],
      "backgroundColor": ["#d6d6d6"]
    }]
  },
  options: {
    indexAxis: 'x',
    scales: {
      y: {
        beginAtZero: true
      }
    },
    aspectRatio: 2
  },
});
new Chart($("#cha7--3-1"), {
  type: "bar",
  data: {
    "labels": ["そう思わない", "", "", "", "そう思う"],
    "datasets": [{
      "label": "回答数",
      "data": [13, 20, 197, 303, 455],
      "backgroundColor": ["#d6d6d6"]
    }]
  },
  options: {
    indexAxis: 'x',
    scales: {
      y: {
        beginAtZero: true
      }
    },
    aspectRatio: 2
  },
});
new Chart($("#cha7--3-2"), {
  type: "bar",
  data: {
    "labels": ["そう思わない", "", "", "", "そう思う"],
    "datasets": [{
      "label": "回答数",
      "data": [6, 6, 59, 110, 203],
      "backgroundColor": ["#d6d6d6"]
    }]
  },
  options: {
    indexAxis: 'x',
    scales: {
      y: {
        beginAtZero: true
      }
    },
    aspectRatio: 2
  },
});
new Chart($("#cha7--3-3"), {
  type: "bar",
  data: {
    "labels": ["そう思わない", "", "", "", "そう思う"],
    "datasets": [{
      "label": "回答数",
      "data": [7, 14, 138, 193, 252],
      "backgroundColor": ["#d6d6d6"]
    }]
  },
  options: {
    indexAxis: 'x',
    scales: {
      y: {
        beginAtZero: true
      }
    },
    aspectRatio: 2
  },
});
new Chart($("#cha7--4-1"), {
  type: "pie",
  data: {
    "labels": ["はい(Instagram)", "はい(Facebook)", "はい(その他のSNS)", "いいえ"],
    "datasets": [{
      "label": "回答数",
      "data": [173, 35, 208, 794],
      "backgroundColor": ["#e5dbff", "#c5f6fa", "#fff3bf", "#ffe3e3", "#9775fa", "#69db7c", "#ffd43b", "#ff8787", "#6741d9", "#2f9e44", "#f08c00", "#f03e3e"]
    }]
  },
  options: OPTION_PIE,
});
new Chart($("#cha7--4-2"), {
  type: "pie",
  data: {
    "labels": ["はい(Instagram)", "はい(Facebook)", "はい(その他のSNS)", "いいえ"],
    "datasets": [{
      "label": "回答数",
      "data": [68, 9, 50, 307],
      "backgroundColor": ["#e5dbff", "#c5f6fa", "#fff3bf", "#ffe3e3", "#9775fa", "#69db7c", "#ffd43b", "#ff8787", "#6741d9", "#2f9e44", "#f08c00", "#f03e3e"]
    }]
  },
  options: OPTION_PIE,
});
new Chart($("#cha7--4-3"), {
  type: "pie",
  data: {
    "labels": ["はい(Instagram)", "はい(Facebook)", "はい(その他のSNS)", "いいえ"],
    "datasets": [{
      "label": "回答数",
      "data": [105, 26, 158, 487],
      "backgroundColor": ["#e5dbff", "#c5f6fa", "#fff3bf", "#ffe3e3", "#9775fa", "#69db7c", "#ffd43b", "#ff8787", "#6741d9", "#2f9e44", "#f08c00", "#f03e3e"]
    }]
  },
  options: OPTION_PIE,
});
new Chart($("#cha7--6-1"), {
  type: "pie",
  data: {
    "labels": ["毎月している", "たまにしている", "していない"],
    "datasets": [{
      "label": "回答数",
      "data": [301, 375, 534],
      "backgroundColor": ["#e5dbff", "#c5f6fa", "#fff3bf", "#ffe3e3", "#9775fa", "#69db7c", "#ffd43b", "#ff8787", "#6741d9", "#2f9e44", "#f08c00", "#f03e3e"]
    }]
  },
  options: OPTION_PIE,
});
new Chart($("#cha7--6-2"), {
  type: "pie",
  data: {
    "labels": ["毎月している", "たまにしている", "していない"],
    "datasets": [{
      "label": "回答数",
      "data": [171, 170, 93],
      "backgroundColor": ["#e5dbff", "#c5f6fa", "#fff3bf", "#ffe3e3", "#9775fa", "#69db7c", "#ffd43b", "#ff8787", "#6741d9", "#2f9e44", "#f08c00", "#f03e3e"]
    }]
  },
  options: OPTION_PIE,
});
new Chart($("#cha7--6-3"), {
  type: "pie",
  data: {
    "labels": ["毎月している", "たまにしている", "していない"],
    "datasets": [{
      "label": "回答数",
      "data": [130, 205, 441],
      "backgroundColor": ["#e5dbff", "#c5f6fa", "#fff3bf", "#ffe3e3", "#9775fa", "#69db7c", "#ffd43b", "#ff8787", "#6741d9", "#2f9e44", "#f08c00", "#f03e3e"]
    }]
  },
  options: OPTION_PIE,
});
new Chart($("#cha7--7-1"), {
  type: "bar",
  data: {
    "labels": ["役に立たない", "", "", "", "役に立つ"],
    "datasets": [{
      "label": "回答数",
      "data": [21, 20, 285, 249, 324],
      "backgroundColor": ["#d6d6d6"]
    }]
  },
  options: {
    indexAxis: 'x',
    scales: {
      y: {
        beginAtZero: true
      }
    },
    aspectRatio: 2
  },
});
new Chart($("#cha7--7-2"), {
  type: "bar",
  data: {
    "labels": ["役に立たない", "", "", "", "役に立つ"],
    "datasets": [{
      "label": "回答数",
      "data": [7, 7, 82, 127, 162],
      "backgroundColor": ["#d6d6d6"]
    }]
  },
  options: {
    indexAxis: 'x',
    scales: {
      y: {
        beginAtZero: true
      }
    },
    aspectRatio: 2
  },
});
new Chart($("#cha7--7-3"), {
  type: "bar",
  data: {
    "labels": ["役に立たない", "", "", "", "役に立つ"],
    "datasets": [{
      "label": "回答数",
      "data": [14, 13, 203, 122, 162],
      "backgroundColor": ["#d6d6d6"]
    }]
  },
  options: {
    indexAxis: 'x',
    scales: {
      y: {
        beginAtZero: true
      }
    },
    aspectRatio: 2
  },
});
new Chart($("#cha7--8-1"), {
  type: "bar",
  data: {
    "labels": ["読みづらい", "", "", "", "読みやすい"],
    "datasets": [{
      "label": "回答数",
      "data": [11, 29, 276, 247, 336],
      "backgroundColor": ["#d6d6d6"]
    }]
  },
  options: {
    indexAxis: 'x',
    scales: {
      y: {
        beginAtZero: true
      }
    },
    aspectRatio: 2
  },
});
new Chart($("#cha7--8-2"), {
  type: "bar",
  data: {
    "labels": [1, 2, 3, 4, 5],
    "datasets": [{
      "label": "回答数",
      "data": [4, 10, 76, 123, 171],
      "backgroundColor": ["#d6d6d6"]
    }]
  },
  options: {
    indexAxis: 'x',
    scales: {
      y: {
        beginAtZero: true
      }
    },
    aspectRatio: 2
  },
});
new Chart($("#cha7--8-3"), {
  type: "bar",
  data: {
    "labels": [1, 2, 3, 4, 5],
    "datasets": [{
      "label": "回答数",
      "data": [7, 19, 200, 124, 165],
      "backgroundColor": ["#d6d6d6"]
    }]
  },
  options: {
    indexAxis: 'x',
    scales: {
      y: {
        beginAtZero: true
      }
    },
    aspectRatio: 2
  },
});
new Chart($("#cha7--9-1"), {
  type: "bar",
  data: {
    "labels": ["そう思わない", "", "", "", "そう思う"],
    "datasets": [{
      "label": "回答数",
      "data": [13, 18, 251, 186, 424],
      "backgroundColor": ["#d6d6d6"]
    }]
  },
  options: {
    indexAxis: 'x',
    scales: {
      y: {
        beginAtZero: true
      }
    },
    aspectRatio: 2
  },
});
new Chart($("#cha7--9-2"), {
  type: "bar",
  data: {
    "labels": ["そう思わない", "", "", "", "そう思う"],
    "datasets": [{
      "label": "回答数",
      "data": [8, 5, 76, 72, 222],
      "backgroundColor": ["#d6d6d6"]
    }]
  },
  options: {
    indexAxis: 'x',
    scales: {
      y: {
        beginAtZero: true
      }
    },
    aspectRatio: 2
  },
});
new Chart($("#cha7--9-3"), {
  type: "bar",
  data: {
    "labels": ["そう思わない", "", "", "", "そう思う"],
    "datasets": [{
      "label": "回答数",
      "data": [5, 13, 175, 114, 202],
      "backgroundColor": ["#d6d6d6"]
    }]
  },
  options: {
    indexAxis: 'x',
    scales: {
      y: {
        beginAtZero: true
      }
    },
    aspectRatio: 2
  },
});
new Chart($("#cha7--10-1"), {
  type: "bar",
  data: {
    "labels": ["そう思わない", "", "", "", "そう思う"],
    "datasets": [{
      "label": "回答数",
      "data": [14, 25, 304, 204, 337],
      "backgroundColor": ["#d6d6d6"]
    }]
  },
  options: {
    indexAxis: 'x',
    scales: {
      y: {
        beginAtZero: true
      }
    },
    aspectRatio: 2
  },
});
new Chart($("#cha7--10-2"), {
  type: "bar",
  data: {
    "labels": [1, 2, 3, 4, 5],
    "datasets": [{
      "label": "回答数",
      "data": [7, 9, 96, 92, 174],
      "backgroundColor": ["#d6d6d6"]
    }]
  },
  options: {
    indexAxis: 'x',
    scales: {
      y: {
        beginAtZero: true
      }
    },
    aspectRatio: 2
  },
});
new Chart($("#cha7--10-3"), {
  type: "bar",
  data: {
    "labels": [1, 2, 3, 4, 5],
    "datasets": [{
      "label": "回答数",
      "data": [7, 16, 208, 112, 163],
      "backgroundColor": ["#d6d6d6"]
    }]
  },
  options: {
    indexAxis: 'x',
    scales: {
      y: {
        beginAtZero: true
      }
    },
    aspectRatio: 2
  },
});
new Chart($("#cha8--1-1"), {
  type: "pie",
  data: {
    "labels": ["はい", "いいえ"],
    "datasets": [{
      "label": "回答数",
      "data": [283, 927],
      "backgroundColor": ["#e5dbff", "#c5f6fa", "#fff3bf", "#ffe3e3", "#9775fa", "#69db7c", "#ffd43b", "#ff8787", "#6741d9", "#2f9e44", "#f08c00", "#f03e3e"]
    }]
  },
  options: OPTION_PIE,
});
new Chart($("#cha8--1-2"), {
  type: "pie",
  data: {
    "labels": ["はい", "いいえ"],
    "datasets": [{
      "label": "回答数",
      "data": [272, 162],
      "backgroundColor": ["#e5dbff", "#c5f6fa", "#fff3bf", "#ffe3e3", "#9775fa", "#69db7c", "#ffd43b", "#ff8787", "#6741d9", "#2f9e44", "#f08c00", "#f03e3e"]
    }]
  },
  options: OPTION_PIE,
});
new Chart($("#cha8--1-3"), {
  type: "pie",
  data: {
    "labels": ["はい", "いいえ"],
    "datasets": [{
      "label": "回答数",
      "data": [11, 765],
      "backgroundColor": ["#e5dbff", "#c5f6fa", "#fff3bf", "#ffe3e3", "#9775fa", "#69db7c", "#ffd43b", "#ff8787", "#6741d9", "#2f9e44", "#f08c00", "#f03e3e"]
    }]
  },
  options: OPTION_PIE,
});
new Chart($("#cha9--1-1"), {
  type: "pie",
  data: {
    "labels": ["ASHURA", "SCP-JP公式チャット", "SCP-JP 運営Discord", "SCP-JP公式チャット運営用サーバー", "SCP-JPイベント委員会", "SCP-JP有識者会議会場", "SCP-JP Information Technical Laboratory"],
    "datasets": [{
      "label": "回答数",
      "data": [153, 258, 155, 83, 84, 58, 38],
      "backgroundColor": ["#e5dbff", "#c5f6fa", "#fff3bf", "#ffe3e3", "#9775fa", "#69db7c", "#ffd43b", "#ff8787", "#6741d9", "#2f9e44", "#f08c00", "#f03e3e"]
    }]
  },
  options: OPTION_PIE,
});
new Chart($("#cha9--1-2"), {
  type: "pie",
  data: {
    "labels": ["ASHURA", "SCP-JP公式チャット", "SCP-JP 運営Discord", "SCP-JP公式チャット運営用サーバー", "SCP-JPイベント委員会", "SCP-JP有識者会議会場", "SCP-JP Information Technical Laboratory"],
    "datasets": [{
      "label": "回答数",
      "data": [147, 249, 151, 82, 83, 58, 37],
      "backgroundColor": ["#e5dbff", "#c5f6fa", "#fff3bf", "#ffe3e3", "#9775fa", "#69db7c", "#ffd43b", "#ff8787", "#6741d9", "#2f9e44", "#f08c00", "#f03e3e"]
    }]
  },
  options: OPTION_PIE,
});
new Chart($("#cha9--1-3"), {
  type: "pie",
  data: {
    "labels": ["ASHURA", "SCP-JP公式チャット", "SCP-JP 運営Discord", "SCP-JP公式チャット運営用サーバー", "SCP-JPイベント委員会", "SCP-JP有識者会議会場", "SCP-JP Information Technical Laboratory"],
    "datasets": [{
      "label": "回答数",
      "data": [6, 9, 4, 1, 1, 0, 1],
      "backgroundColor": ["#e5dbff", "#c5f6fa", "#fff3bf", "#ffe3e3", "#9775fa", "#69db7c", "#ffd43b", "#ff8787", "#6741d9", "#2f9e44", "#f08c00", "#f03e3e"]
    }]
  },
  options: OPTION_PIE,
});
new Chart($("#cha9--2-1"), {
  type: "pie",
  data: {
    "labels": ["SCP RELATED", "LOUNGE", "批評ルーム", "稼働中のプロジェクト"],
    "datasets": [{
      "label": "回答数",
      "data": [123, 89, 67, 40],
      "backgroundColor": ["#e5dbff", "#c5f6fa", "#fff3bf", "#ffe3e3", "#9775fa", "#69db7c", "#ffd43b", "#ff8787", "#6741d9", "#2f9e44", "#f08c00", "#f03e3e"]
    }]
  },
  options: OPTION_PIE,
});
new Chart($("#cha9--2-2"), {
  type: "pie",
  data: {
    "labels": ["SCP RELATED", "LOUNGE", "批評ルーム", "稼働中のプロジェクト"],
    "datasets": [{
      "label": "回答数",
      "data": [122, 88, 66, 39],
      "backgroundColor": ["#e5dbff", "#c5f6fa", "#fff3bf", "#ffe3e3", "#9775fa", "#69db7c", "#ffd43b", "#ff8787", "#6741d9", "#2f9e44", "#f08c00", "#f03e3e"]
    }]
  },
  options: OPTION_PIE,
});
new Chart($("#cha9--2-3"), {
  type: "pie",
  data: {
    "labels": ["SCP RELATED", "LOUNGE", "批評ルーム", "稼働中のプロジェクト"],
    "datasets": [{
      "label": "回答数",
      "data": [1, 1, 1, 1],
      "backgroundColor": ["#e5dbff", "#c5f6fa", "#fff3bf", "#ffe3e3", "#9775fa", "#69db7c", "#ffd43b", "#ff8787", "#6741d9", "#2f9e44", "#f08c00", "#f03e3e"]
    }]
  },
  options: OPTION_PIE,
});
new Chart($("#cha9--3-1"), {
  type: "bar",
  data: {
    "labels": ["SCP財団の公式サーバーに興味があったから", "SCP財団のコミュニティに参加したいと思ったから", "下書きを批評してもらいたかったから", "定例会に参加したいと思ったから"],
    "datasets": [{
      "label": "回答数",
      "data": [179, 156, 79, 55],
      "backgroundColor": ["#d6d6d6"]
    }]
  },
  options: {
    indexAxis: 'y',
    scales: {
      y: {
        beginAtZero: true
      }
    },
    aspectRatio: 0.75
  },
});
new Chart($("#cha9--3-2"), {
  type: "bar",
  data: {
    "labels": ["SCP財団の公式サーバーに興味があったから", "SCP財団のコミュニティに参加したいと思ったから", "下書きを批評してもらいたかったから", "定例会に参加したいと思ったから"],
    "datasets": [{
      "label": "回答数",
      "data": [171, 149, 79, 55],
      "backgroundColor": ["#d6d6d6"]
    }]
  },
  options: {
    indexAxis: 'y',
    scales: {
      y: {
        beginAtZero: true
      }
    },
    aspectRatio: 0.75
  },
});
new Chart($("#cha9--3-3"), {
  type: "bar",
  data: {
    "labels": ["SCP財団の公式サーバーに興味があったから", "SCP財団のコミュニティに参加したいと思ったから", "下書きを批評してもらいたかったから", "定例会に参加したいと思ったから"],
    "datasets": [{
      "label": "回答数",
      "data": [8, 7, 0, 0],
      "backgroundColor": ["#d6d6d6"]
    }]
  },
  options: {
    indexAxis: 'y',
    scales: {
      y: {
        beginAtZero: true
      }
    },
    aspectRatio: 0.75
  },
});
new Chart($("#cha9--6-1"), {
  type: "pie",
  data: {
    "labels": ["Linkerによる認証を行った", "知っているが認証をしていない", "知らない"],
    "datasets": [{
      "label": "回答数",
      "data": [179, 33, 71],
      "backgroundColor": ["#e5dbff", "#c5f6fa", "#fff3bf", "#ffe3e3", "#9775fa", "#69db7c", "#ffd43b", "#ff8787", "#6741d9", "#2f9e44", "#f08c00", "#f03e3e"]
    }]
  },
  options: OPTION_PIE,
});
new Chart($("#cha9--6-2"), {
  type: "pie",
  data: {
    "labels": ["Linkerによる認証を行った", "知っているが認証をしていない", "知らない"],
    "datasets": [{
      "label": "回答数",
      "data": [177, 30, 65],
      "backgroundColor": ["#e5dbff", "#c5f6fa", "#fff3bf", "#ffe3e3", "#9775fa", "#69db7c", "#ffd43b", "#ff8787", "#6741d9", "#2f9e44", "#f08c00", "#f03e3e"]
    }]
  },
  options: OPTION_PIE,
});
new Chart($("#cha9--6-3"), {
  type: "pie",
  data: {
    "labels": ["Linkerによる認証を行った", "知っているが認証をしていない", "知らない"],
    "datasets": [{
      "label": "回答数",
      "data": [2, 3, 6],
      "backgroundColor": ["#e5dbff", "#c5f6fa", "#fff3bf", "#ffe3e3", "#9775fa", "#69db7c", "#ffd43b", "#ff8787", "#6741d9", "#2f9e44", "#f08c00", "#f03e3e"]
    }]
  },
  options: OPTION_PIE,
});
new Chart($("#cha10--1"), {
  type: "pie",
  data: {
    "labels": ["ない", "ある", "(NA)"],
    "datasets": [{
      "label": "回答数",
      "data": [285, 134, 15],
      "backgroundColor": ["#e5dbff", "#c5f6fa", "#fff3bf", "#ffe3e3", "#9775fa", "#69db7c", "#ffd43b", "#ff8787", "#6741d9", "#2f9e44", "#f08c00", "#f03e3e"]
    }]
  },
  options: OPTION_PIE,
});
new Chart($("#cha10--2"), {
  type: "bar",
  data: {
    "labels": ["そう思わない", "", "", "", "そう思う"],
    "datasets": [{
      "label": "回答数",
      "data": [37, 34, 39, 95, 199],
      "backgroundColor": ["#d6d6d6"]
    }]
  },
  options: {
    indexAxis: 'x',
    scales: {
      y: {
        beginAtZero: true
      }
    },
    aspectRatio: 2
  },
});
new Chart($("#cha11--1-1"), {
  type: "bar",
  data: {
    "labels": ["そう思わない", "", "", "", "そう思う"],
    "datasets": [{
      "label": "回答数",
      "data": [140, 132, 292, 277, 369],
      "backgroundColor": ["#d6d6d6"]
    }]
  },
  options: {
    indexAxis: 'x',
    scales: {
      y: {
        beginAtZero: true
      }
    },
    aspectRatio: 2
  },
});
new Chart($("#cha11--1-2"), {
  type: "bar",
  data: {
    "labels": ["そう思わない", "", "", "", "そう思う"],
    "datasets": [{
      "label": "回答数",
      "data": [69, 61, 93, 97, 114],
      "backgroundColor": ["#d6d6d6"]
    }]
  },
  options: {
    indexAxis: 'x',
    scales: {
      y: {
        beginAtZero: true
      }
    },
    aspectRatio: 2
  },
});
new Chart($("#cha11--1-3"), {
  type: "bar",
  data: {
    "labels": ["そう思わない", "", "", "", "そう思う"],
    "datasets": [{
      "label": "回答数",
      "data": [71, 71, 199, 180, 255],
      "backgroundColor": ["#d6d6d6"]
    }]
  },
  options: {
    indexAxis: 'x',
    scales: {
      y: {
        beginAtZero: true
      }
    },
    aspectRatio: 2
  },
});
new Chart($("#cha11--2-1"), {
  type: "bar",
  data: {
    "labels": ["低い", "", "", "", "高い"],
    "datasets": [{
      "label": "回答数",
      "data": [15, 49, 536, 156, 62],
      "backgroundColor": ["#d6d6d6"]
    }]
  },
  options: {
    indexAxis: 'x',
    scales: {
      y: {
        beginAtZero: true
      }
    },
    aspectRatio: 2
  },
});
new Chart($("#cha11--2-2"), {
  type: "bar",
  data: {
    "labels": ["低い", "", "", "", "高い"],
    "datasets": [{
      "label": "回答数",
      "data": [6, 24, 255, 85, 38],
      "backgroundColor": ["#d6d6d6"]
    }]
  },
  options: {
    indexAxis: 'x',
    scales: {
      y: {
        beginAtZero: true
      }
    },
    aspectRatio: 2
  },
});
new Chart($("#cha11--2-3"), {
  type: "bar",
  data: {
    "labels": ["低い", "", "", "", "高い"],
    "datasets": [{
      "label": "回答数",
      "data": [9, 25, 281, 71, 24],
      "backgroundColor": ["#d6d6d6"]
    }]
  },
  options: {
    indexAxis: 'x',
    scales: {
      y: {
        beginAtZero: true
      }
    },
    aspectRatio: 2
  },
});
new Chart($("#cha11--3-1"), {
  type: "pie",
  data: {
    "labels": ["1週間", "1週間半", "2週間", "2週間半", "3週間", "1ヶ月", "1ヶ月以上", "分からない"],
    "datasets": [{
      "label": "回答数",
      "data": [32, 41, 179, 37, 99, 227, 77, 192],
      "backgroundColor": ["#e5dbff", "#c5f6fa", "#fff3bf", "#ffe3e3", "#9775fa", "#69db7c", "#ffd43b", "#ff8787", "#6741d9", "#2f9e44", "#f08c00", "#f03e3e"]
    }]
  },
  options: OPTION_PIE,
});
new Chart($("#cha11--3-2"), {
  type: "pie",
  data: {
    "labels": ["1週間", "1週間半", "2週間", "2週間半", "3週間", "1ヶ月", "1ヶ月以上", "分からない"],
    "datasets": [{
      "label": "回答数",
      "data": [9, 9, 90, 18, 52, 131, 46, 56],
      "backgroundColor": ["#e5dbff", "#c5f6fa", "#fff3bf", "#ffe3e3", "#9775fa", "#69db7c", "#ffd43b", "#ff8787", "#6741d9", "#2f9e44", "#f08c00", "#f03e3e"]
    }]
  },
  options: OPTION_PIE,
});
new Chart($("#cha11--3-3"), {
  type: "pie",
  data: {
    "labels": ["1週間", "1週間半", "2週間", "2週間半", "3週間", "1ヶ月", "1ヶ月以上", "分からない"],
    "datasets": [{
      "label": "回答数",
      "data": [23, 32, 89, 19, 47, 96, 31, 136],
      "backgroundColor": ["#e5dbff", "#c5f6fa", "#fff3bf", "#ffe3e3", "#9775fa", "#69db7c", "#ffd43b", "#ff8787", "#6741d9", "#2f9e44", "#f08c00", "#f03e3e"]
    }]
  },
  options: OPTION_PIE,
});
new Chart($("#cha11--4-1"), {
  type: "pie",
  data: {
    "labels": ["1週間", "1週間半", "2週間", "2週間半", "3週間", "1ヶ月", "1ヶ月以上", "分からない"],
    "datasets": [{
      "label": "回答数",
      "data": [47, 33, 184, 46, 115, 235, 53, 170],
      "backgroundColor": ["#e5dbff", "#c5f6fa", "#fff3bf", "#ffe3e3", "#9775fa", "#69db7c", "#ffd43b", "#ff8787", "#6741d9", "#2f9e44", "#f08c00", "#f03e3e"]
    }]
  },
  options: OPTION_PIE,
});
new Chart($("#cha11--4-2"), {
  type: "pie",
  data: {
    "labels": ["1週間", "1週間半", "2週間", "2週間半", "3週間", "1ヶ月", "1ヶ月以上", "分からない"],
    "datasets": [{
      "label": "回答数",
      "data": [21, 13, 96, 20, 52, 133, 29, 47],
      "backgroundColor": ["#e5dbff", "#c5f6fa", "#fff3bf", "#ffe3e3", "#9775fa", "#69db7c", "#ffd43b", "#ff8787", "#6741d9", "#2f9e44", "#f08c00", "#f03e3e"]
    }]
  },
  options: OPTION_PIE,
});
new Chart($("#cha11--4-3"), {
  type: "pie",
  data: {
    "labels": ["1週間", "1週間半", "2週間", "2週間半", "3週間", "1ヶ月", "1ヶ月以上", "分からない"],
    "datasets": [{
      "label": "回答数",
      "data": [26, 20, 88, 26, 63, 102, 24, 123],
      "backgroundColor": ["#e5dbff", "#c5f6fa", "#fff3bf", "#ffe3e3", "#9775fa", "#69db7c", "#ffd43b", "#ff8787", "#6741d9", "#2f9e44", "#f08c00", "#f03e3e"]
    }]
  },
  options: OPTION_PIE,
});
new Chart($("#cha11--5-1"), {
  type: "pie",
  data: {
    "labels": ["1週間", "1週間半", "2週間", "2週間半", "3週間", "1ヶ月", "1ヶ月以上", "分からない"],
    "datasets": [{
      "label": "回答数",
      "data": [158, 97, 282, 36, 62, 69, 22, 154],
      "backgroundColor": ["#e5dbff", "#c5f6fa", "#fff3bf", "#ffe3e3", "#9775fa", "#69db7c", "#ffd43b", "#ff8787", "#6741d9", "#2f9e44", "#f08c00", "#f03e3e"]
    }]
  },
  options: OPTION_PIE,
});
new Chart($("#cha11--5-2"), {
  type: "pie",
  data: {
    "labels": ["1週間", "1週間半", "2週間", "2週間半", "3週間", "1ヶ月", "1ヶ月以上", "分からない"],
    "datasets": [{
      "label": "回答数",
      "data": [76, 58, 157, 14, 30, 23, 15, 39],
      "backgroundColor": ["#e5dbff", "#c5f6fa", "#fff3bf", "#ffe3e3", "#9775fa", "#69db7c", "#ffd43b", "#ff8787", "#6741d9", "#2f9e44", "#f08c00", "#f03e3e"]
    }]
  },
  options: OPTION_PIE,
});
new Chart($("#cha11--5-3"), {
  type: "pie",
  data: {
    "labels": ["1週間", "1週間半", "2週間", "2週間半", "3週間", "1ヶ月", "1ヶ月以上", "分からない"],
    "datasets": [{
      "label": "回答数",
      "data": [82, 39, 125, 22, 32, 46, 7, 115],
      "backgroundColor": ["#e5dbff", "#c5f6fa", "#fff3bf", "#ffe3e3", "#9775fa", "#69db7c", "#ffd43b", "#ff8787", "#6741d9", "#2f9e44", "#f08c00", "#f03e3e"]
    }]
  },
  options: OPTION_PIE,
});
new Chart($("#cha11--6-1"), {
  type: "bar",
  data: {
    "labels": ["著者名", "現在の得点"],
    "datasets": [{
      "label": "表示されて欲しい",
      "data": [603, 499],
      "backgroundColor": ["#3366cc"]
    }, {
      "label": "表示されないで欲しい",
      "data": [284, 382],
      "backgroundColor": ["#dc3912"]
    }]
  },
  options: {
    indexAxis: 'x',
    scales: {
      y: {
        beginAtZero: true
      }
    },
    aspectRatio: 2
  },
});
new Chart($("#cha11--6-2"), {
  type: "bar",
  data: {
    "labels": ["著者名", "現在の得点"],
    "datasets": [{
      "label": "表示されて欲しい",
      "data": [262, 222],
      "backgroundColor": ["#3366cc"]
    }, {
      "label": "表示されないで欲しい",
      "data": [114, 182],
      "backgroundColor": ["#dc3912"]
    }]
  },
  options: {
    indexAxis: 'x',
    scales: {
      y: {
        beginAtZero: true
      }
    },
    aspectRatio: 2
  },
});
new Chart($("#cha11--6-3"), {
  type: "bar",
  data: {
    "labels": ["著者名", "現在の得点"],
    "datasets": [{
      "label": "表示されて欲しい",
      "data": [341, 277],
      "backgroundColor": ["#3366cc"]
    }, {
      "label": "表示されないで欲しい",
      "data": [140, 200],
      "backgroundColor": ["#dc3912"]
    }]
  },
  options: {
    indexAxis: 'x',
    scales: {
      y: {
        beginAtZero: true
      }
    },
    aspectRatio: 2
  },
});
new Chart($("#cha11--7-1"), {
  type: "bar",
  data: {
    "labels": ["現在の得点が高い順", "現在の得点が低い順", "投稿が古い順", "投稿が新しい順", "ランダムな順番", "(NA)"],
    "datasets": [{
      "label": "回答数",
      "data": [429, 54, 177, 389, 414, 313],
      "backgroundColor": ["#d6d6d6"]
    }]
  },
  options: {
    indexAxis: 'y',
    scales: {
      y: {
        beginAtZero: true
      }
    },
    aspectRatio: 0.75
  },
});
new Chart($("#cha11--7-2"), {
  type: "bar",
  data: {
    "labels": ["現在の得点が高い順", "現在の得点が低い順", "投稿が古い順", "投稿が新しい順", "ランダムな順番", "(NA)"],
    "datasets": [{
      "label": "回答数",
      "data": [175, 24, 83, 193, 194, 26],
      "backgroundColor": ["#d6d6d6"]
    }]
  },
  options: {
    indexAxis: 'y',
    scales: {
      y: {
        beginAtZero: true
      }
    },
    aspectRatio: 0.75
  },
});
new Chart($("#cha11--7-3"), {
  type: "bar",
  data: {
    "labels": ["現在の得点が高い順", "現在の得点が低い順", "投稿が古い順", "投稿が新しい順", "ランダムな順番", "(NA)"],
    "datasets": [{
      "label": "回答数",
      "data": [254, 30, 94, 196, 220, 287],
      "backgroundColor": ["#d6d6d6"]
    }]
  },
  options: {
    indexAxis: 'y',
    scales: {
      y: {
        beginAtZero: true
      }
    },
    aspectRatio: 0.75
  },
});
new Chart($("#cha11--8-1"), {
  type: "pie",
  data: {
    "labels": ["歓迎される(コンテストの盛り上がりを優先すべき)", "歓迎されない(得点を優先すべき)", "(NA)"],
    "datasets": [{
      "label": "回答数",
      "data": [705, 171, 334],
      "backgroundColor": ["#e5dbff", "#c5f6fa", "#fff3bf", "#ffe3e3", "#9775fa", "#69db7c", "#ffd43b", "#ff8787", "#6741d9", "#2f9e44", "#f08c00", "#f03e3e"]
    }]
  },
  options: OPTION_PIE,
});
new Chart($("#cha11--8-2"), {
  type: "pie",
  data: {
    "labels": ["歓迎される(コンテストの盛り上がりを優先すべき)", "歓迎されない(得点を優先すべき)", "(NA)"],
    "datasets": [{
      "label": "回答数",
      "data": [332, 68, 34],
      "backgroundColor": ["#e5dbff", "#c5f6fa", "#fff3bf", "#ffe3e3", "#9775fa", "#69db7c", "#ffd43b", "#ff8787", "#6741d9", "#2f9e44", "#f08c00", "#f03e3e"]
    }]
  },
  options: OPTION_PIE,
});
new Chart($("#cha11--8-3"), {
  type: "pie",
  data: {
    "labels": ["歓迎される(コンテストの盛り上がりを優先すべき)", "歓迎されない(得点を優先すべき)", "(NA)"],
    "datasets": [{
      "label": "回答数",
      "data": [373, 103, 300],
      "backgroundColor": ["#e5dbff", "#c5f6fa", "#fff3bf", "#ffe3e3", "#9775fa", "#69db7c", "#ffd43b", "#ff8787", "#6741d9", "#2f9e44", "#f08c00", "#f03e3e"]
    }]
  },
  options: OPTION_PIE,
});
new Chart($("#cha11--9-1"), {
  type: "bar",
  data: {
    "labels": ["そう思わない", "", "", "", "そう思う"],
    "datasets": [{
      "label": "回答数",
      "data": [36, 44, 218, 268, 297],
      "backgroundColor": ["#d6d6d6"]
    }]
  },
  options: {
    indexAxis: 'x',
    scales: {
      y: {
        beginAtZero: true
      }
    },
    aspectRatio: 2
  },
});
new Chart($("#cha11--9-2"), {
  type: "bar",
  data: {
    "labels": ["そう思わない", "", "", "", "そう思う"],
    "datasets": [{
      "label": "回答数",
      "data": [22, 27, 81, 119, 156],
      "backgroundColor": ["#d6d6d6"]
    }]
  },
  options: {
    indexAxis: 'x',
    scales: {
      y: {
        beginAtZero: true
      }
    },
    aspectRatio: 2
  },
});
new Chart($("#cha11--9-3"), {
  type: "bar",
  data: {
    "labels": ["そう思わない", "", "", "", "そう思う"],
    "datasets": [{
      "label": "回答数",
      "data": [14, 17, 137, 149, 141],
      "backgroundColor": ["#d6d6d6"]
    }]
  },
  options: {
    indexAxis: 'x',
    scales: {
      y: {
        beginAtZero: true
      }
    },
    aspectRatio: 2
  },
});
new Chart($("#cha11--10-1"), {
  type: "bar",
  data: {
    "labels": ["そう思わない", "", "", "", "そう思う"],
    "datasets": [{
      "label": "回答数",
      "data": [37, 31, 200, 277, 318],
      "backgroundColor": ["#d6d6d6"]
    }]
  },
  options: {
    indexAxis: 'x',
    scales: {
      y: {
        beginAtZero: true
      }
    },
    aspectRatio: 2
  },
});
new Chart($("#cha11--10-2"), {
  type: "bar",
  data: {
    "labels": ["そう思わない", "", "", "", "そう思う"],
    "datasets": [{
      "label": "回答数",
      "data": [25, 18, 85, 119, 156],
      "backgroundColor": ["#d6d6d6"]
    }]
  },
  options: {
    indexAxis: 'x',
    scales: {
      y: {
        beginAtZero: true
      }
    },
    aspectRatio: 2
  },
});
new Chart($("#cha11--10-3"), {
  type: "bar",
  data: {
    "labels": ["そう思わない", "", "", "", "そう思う"],
    "datasets": [{
      "label": "回答数",
      "data": [12, 13, 115, 158, 162],
      "backgroundColor": ["#d6d6d6"]
    }]
  },
  options: {
    indexAxis: 'x',
    scales: {
      y: {
        beginAtZero: true
      }
    },
    aspectRatio: 2
  },
});
new Chart($("#cha11--12-1"), {
  type: "pie",
  data: {
    "labels": ["思う", "やや思う", "どちらとも言えない", "やや思わない", "思わない", "批評キャンペーンの存在を知らなかった", "わかばコンテストを追っていなかった", "(NA)"],
    "datasets": [{
      "label": "回答数",
      "data": [188, 173, 92, 8, 17, 201, 182, 349],
      "backgroundColor": ["#e5dbff", "#c5f6fa", "#fff3bf", "#ffe3e3", "#9775fa", "#69db7c", "#ffd43b", "#ff8787", "#6741d9", "#2f9e44", "#f08c00", "#f03e3e"]
    }]
  },
  options: OPTION_PIE,
});
new Chart($("#cha11--12-2"), {
  type: "pie",
  data: {
    "labels": ["思う", "やや思う", "どちらとも言えない", "やや思わない", "思わない", "批評キャンペーンの存在を知らなかった", "わかばコンテストを追っていなかった", "(NA)"],
    "datasets": [{
      "label": "回答数",
      "data": [135, 96, 38, 6, 8, 42, 79, 30],
      "backgroundColor": ["#e5dbff", "#c5f6fa", "#fff3bf", "#ffe3e3", "#9775fa", "#69db7c", "#ffd43b", "#ff8787", "#6741d9", "#2f9e44", "#f08c00", "#f03e3e"]
    }]
  },
  options: OPTION_PIE,
});
new Chart($("#cha11--12-3"), {
  type: "pie",
  data: {
    "labels": ["思う", "やや思う", "どちらとも言えない", "やや思わない", "思わない", "批評キャンペーンの存在を知らなかった", "わかばコンテストを追っていなかった", "(NA)"],
    "datasets": [{
      "label": "回答数",
      "data": [53, 77, 54, 2, 9, 159, 103, 319],
      "backgroundColor": ["#e5dbff", "#c5f6fa", "#fff3bf", "#ffe3e3", "#9775fa", "#69db7c", "#ffd43b", "#ff8787", "#6741d9", "#2f9e44", "#f08c00", "#f03e3e"]
    }]
  },
  options: OPTION_PIE,
});
new Chart($("#cha11--13-1"), {
  type: "pie",
  data: {
    "labels": ["初めて知ったが、興味が湧かない", "初めて知ったが、今後参加したい", "知っていたが、参加は消極的だ/興味がない", "知っており、参加したいと思う", "(NA)"],
    "datasets": [{
      "label": "回答数",
      "data": [85, 117, 438, 159, 411],
      "backgroundColor": ["#e5dbff", "#c5f6fa", "#fff3bf", "#ffe3e3", "#9775fa", "#69db7c", "#ffd43b", "#ff8787", "#6741d9", "#2f9e44", "#f08c00", "#f03e3e"]
    }]
  },
  options: OPTION_PIE,
});
new Chart($("#cha11--13-2"), {
  type: "pie",
  data: {
    "labels": ["初めて知ったが、興味が湧かない", "初めて知ったが、今後参加したい", "知っていたが、参加は消極的だ/興味がない", "知っており、参加したいと思う", "(NA)"],
    "datasets": [{
      "label": "回答数",
      "data": [22, 43, 230, 104, 35],
      "backgroundColor": ["#e5dbff", "#c5f6fa", "#fff3bf", "#ffe3e3", "#9775fa", "#69db7c", "#ffd43b", "#ff8787", "#6741d9", "#2f9e44", "#f08c00", "#f03e3e"]
    }]
  },
  options: OPTION_PIE,
});
new Chart($("#cha11--13-3"), {
  type: "pie",
  data: {
    "labels": ["初めて知ったが、興味が湧かない", "初めて知ったが、今後参加したい", "知っていたが、参加は消極的だ/興味がない", "知っており、参加したいと思う", "(NA)"],
    "datasets": [{
      "label": "回答数",
      "data": [63, 74, 208, 55, 376],
      "backgroundColor": ["#e5dbff", "#c5f6fa", "#fff3bf", "#ffe3e3", "#9775fa", "#69db7c", "#ffd43b", "#ff8787", "#6741d9", "#2f9e44", "#f08c00", "#f03e3e"]
    }]
  },
  options: OPTION_PIE,
});
new Chart($("#cha11--14-1"), {
  type: "pie",
  data: {
    "labels": ["はい", "興味はあるが語力の問題がある", "いいえ", "(NA)"],
    "datasets": [{
      "label": "回答数",
      "data": [60, 501, 233, 416],
      "backgroundColor": ["#e5dbff", "#c5f6fa", "#fff3bf", "#ffe3e3", "#9775fa", "#69db7c", "#ffd43b", "#ff8787", "#6741d9", "#2f9e44", "#f08c00", "#f03e3e"]
    }]
  },
  options: OPTION_PIE,
});
new Chart($("#cha11--14-2"), {
  type: "pie",
  data: {
    "labels": ["はい", "興味はあるが語力の問題がある", "いいえ", "(NA)"],
    "datasets": [{
      "label": "回答数",
      "data": [36, 262, 103, 33],
      "backgroundColor": ["#e5dbff", "#c5f6fa", "#fff3bf", "#ffe3e3", "#9775fa", "#69db7c", "#ffd43b", "#ff8787", "#6741d9", "#2f9e44", "#f08c00", "#f03e3e"]
    }]
  },
  options: OPTION_PIE,
});
new Chart($("#cha11--14-3"), {
  type: "pie",
  data: {
    "labels": ["はい", "興味はあるが語力の問題がある", "いいえ", "(NA)"],
    "datasets": [{
      "label": "回答数",
      "data": [24, 239, 130, 383],
      "backgroundColor": ["#e5dbff", "#c5f6fa", "#fff3bf", "#ffe3e3", "#9775fa", "#69db7c", "#ffd43b", "#ff8787", "#6741d9", "#2f9e44", "#f08c00", "#f03e3e"]
    }]
  },
  options: OPTION_PIE,
});
new Chart($("#cha11--15-1"), {
  type: "bar",
  data: {
    "labels": ["そう思わない", "", "", "", "そう思う"],
    "datasets": [{
      "label": "回答数",
      "data": [19, 38, 257, 259, 254],
      "backgroundColor": ["#d6d6d6"]
    }]
  },
  options: {
    indexAxis: 'x',
    scales: {
      y: {
        beginAtZero: true
      }
    },
    aspectRatio: 2
  },
});
new Chart($("#cha11--15-2"), {
  type: "bar",
  data: {
    "labels": ["そう思わない", "", "", "", "そう思う"],
    "datasets": [{
      "label": "回答数",
      "data": [13, 19, 104, 132, 131],
      "backgroundColor": ["#d6d6d6"]
    }]
  },
  options: {
    indexAxis: 'x',
    scales: {
      y: {
        beginAtZero: true
      }
    },
    aspectRatio: 2
  },
});
new Chart($("#cha11--15-3"), {
  type: "bar",
  data: {
    "labels": ["そう思わない", "", "", "", "そう思う"],
    "datasets": [{
      "label": "回答数",
      "data": [6, 19, 153, 127, 123],
      "backgroundColor": ["#d6d6d6"]
    }]
  },
  options: {
    indexAxis: 'x',
    scales: {
      y: {
        beginAtZero: true
      }
    },
    aspectRatio: 2
  },
});
new Chart($("#cha12--1-1"), {
  type: "bar",
  data: {
    "labels": ["不満", "", "", "", "満足"],
    "datasets": [{
      "label": "回答数",
      "data": [3, 12, 163, 314, 568],
      "backgroundColor": ["#d6d6d6"]
    }]
  },
  options: {
    indexAxis: 'x',
    scales: {
      y: {
        beginAtZero: true
      }
    },
    aspectRatio: 2
  },
});
new Chart($("#cha12--1-2"), {
  type: "bar",
  data: {
    "labels": ["不満", "", "", "", "満足"],
    "datasets": [{
      "label": "回答数",
      "data": [3, 8, 49, 114, 249],
      "backgroundColor": ["#d6d6d6"]
    }]
  },
  options: {
    indexAxis: 'x',
    scales: {
      y: {
        beginAtZero: true
      }
    },
    aspectRatio: 2
  },
});
new Chart($("#cha12--1-3"), {
  type: "bar",
  data: {
    "labels": ["不満", "", "", "", "満足"],
    "datasets": [{
      "label": "回答数",
      "data": [0, 4, 114, 200, 319],
      "backgroundColor": ["#d6d6d6"]
    }]
  },
  options: {
    indexAxis: 'x',
    scales: {
      y: {
        beginAtZero: true
      }
    },
    aspectRatio: 2
  },
});
new Chart($("#cha12--2-1"), {
  type: "bar",
  data: {
    "labels": ["閉鎖的", "", "", "", "開放的"],
    "datasets": [{
      "label": "回答数",
      "data": [12, 80, 339, 308, 291],
      "backgroundColor": ["#d6d6d6"]
    }]
  },
  options: {
    indexAxis: 'x',
    scales: {
      y: {
        beginAtZero: true
      }
    },
    aspectRatio: 2
  },
});
new Chart($("#cha12--2-2"), {
  type: "bar",
  data: {
    "labels": ["閉鎖的", "", "", "", "開放的"],
    "datasets": [{
      "label": "回答数",
      "data": [6, 35, 106, 134, 133],
      "backgroundColor": ["#d6d6d6"]
    }]
  },
  options: {
    indexAxis: 'x',
    scales: {
      y: {
        beginAtZero: true
      }
    },
    aspectRatio: 2
  },
});
new Chart($("#cha12--2-3"), {
  type: "bar",
  data: {
    "labels": ["閉鎖的", "", "", "", "開放的"],
    "datasets": [{
      "label": "回答数",
      "data": [6, 45, 233, 174, 158],
      "backgroundColor": ["#d6d6d6"]
    }]
  },
  options: {
    indexAxis: 'x',
    scales: {
      y: {
        beginAtZero: true
      }
    },
    aspectRatio: 2
  },
});
new Chart($("#cha12--3-1"), {
  type: "bar",
  data: {
    "labels": ["遅い", "", "", "", "早い"],
    "datasets": [{
      "label": "回答数",
      "data": [8, 21, 336, 326, 307],
      "backgroundColor": ["#d6d6d6"]
    }]
  },
  options: {
    indexAxis: 'x',
    scales: {
      y: {
        beginAtZero: true
      }
    },
    aspectRatio: 2
  },
});
new Chart($("#cha12--3-2"), {
  type: "bar",
  data: {
    "labels": ["遅い", "", "", "", "早い"],
    "datasets": [{
      "label": "回答数",
      "data": [8, 15, 109, 139, 146],
      "backgroundColor": ["#d6d6d6"]
    }]
  },
  options: {
    indexAxis: 'x',
    scales: {
      y: {
        beginAtZero: true
      }
    },
    aspectRatio: 2
  },
});
new Chart($("#cha12--3-3"), {
  type: "bar",
  data: {
    "labels": ["遅い", "", "", "", "早い"],
    "datasets": [{
      "label": "回答数",
      "data": [0, 6, 227, 187, 161],
      "backgroundColor": ["#d6d6d6"]
    }]
  },
  options: {
    indexAxis: 'x',
    scales: {
      y: {
        beginAtZero: true
      }
    },
    aspectRatio: 2
  },
});
new Chart($("#cha12--4-1"), {
  type: "bar",
  data: {
    "labels": ["無謬性", "", "", "", "速度"],
    "datasets": [{
      "label": "回答数",
      "data": [142, 336, 356, 119, 61],
      "backgroundColor": ["#d6d6d6"]
    }]
  },
  options: {
    indexAxis: 'x',
    scales: {
      y: {
        beginAtZero: true
      }
    },
    aspectRatio: 2
  },
});
new Chart($("#cha12--4-2"), {
  type: "bar",
  data: {
    "labels": ["無謬性", "", "", "", "速度"],
    "datasets": [{
      "label": "回答数",
      "data": [72, 162, 105, 57, 22],
      "backgroundColor": ["#d6d6d6"]
    }]
  },
  options: {
    indexAxis: 'x',
    scales: {
      y: {
        beginAtZero: true
      }
    },
    aspectRatio: 2
  },
});
new Chart($("#cha12--4-3"), {
  type: "bar",
  data: {
    "labels": ["無謬性", "", "", "", "速度"],
    "datasets": [{
      "label": "回答数",
      "data": [70, 174, 251, 62, 39],
      "backgroundColor": ["#d6d6d6"]
    }]
  },
  options: {
    indexAxis: 'x',
    scales: {
      y: {
        beginAtZero: true
      }
    },
    aspectRatio: 2
  },
});
new Chart($("#cha12--5-1"), {
  type: "bar",
  data: {
    "labels": ["求めない", "", "", "", "求める"],
    "datasets": [{
      "label": "回答数",
      "data": [250, 298, 285, 142, 53],
      "backgroundColor": ["#d6d6d6"]
    }]
  },
  options: {
    indexAxis: 'x',
    scales: {
      y: {
        beginAtZero: true
      }
    },
    aspectRatio: 2
  },
});
new Chart($("#cha12--5-2"), {
  type: "bar",
  data: {
    "labels": ["求めない", "", "", "", "求める"],
    "datasets": [{
      "label": "回答数",
      "data": [132, 117, 97, 52, 20],
      "backgroundColor": ["#d6d6d6"]
    }]
  },
  options: {
    indexAxis: 'x',
    scales: {
      y: {
        beginAtZero: true
      }
    },
    aspectRatio: 2
  },
});
new Chart($("#cha12--5-3"), {
  type: "bar",
  data: {
    "labels": ["求めない", "", "", "", "求める"],
    "datasets": [{
      "label": "回答数",
      "data": [118, 181, 188, 90, 33],
      "backgroundColor": ["#d6d6d6"]
    }]
  },
  options: {
    indexAxis: 'x',
    scales: {
      y: {
        beginAtZero: true
      }
    },
    aspectRatio: 2
  },
});
new Chart($("#cha12--6-1"), {
  type: "bar",
  data: {
    "labels": ["ない", "", "", "", "ある"],
    "datasets": [{
      "label": "回答数",
      "data": [199, 162, 243, 240, 191],
      "backgroundColor": ["#d6d6d6"]
    }]
  },
  options: {
    indexAxis: 'x',
    scales: {
      y: {
        beginAtZero: true
      }
    },
    aspectRatio: 2
  },
});
new Chart($("#cha12--6-2"), {
  type: "bar",
  data: {
    "labels": ["ない", "", "", "", "ある"],
    "datasets": [{
      "label": "回答数",
      "data": [86, 76, 84, 86, 91],
      "backgroundColor": ["#d6d6d6"]
    }]
  },
  options: {
    indexAxis: 'x',
    scales: {
      y: {
        beginAtZero: true
      }
    },
    aspectRatio: 2
  },
});
new Chart($("#cha12--6-3"), {
  type: "bar",
  data: {
    "labels": ["ない", "", "", "", "ある"],
    "datasets": [{
      "label": "回答数",
      "data": [113, 86, 159, 154, 100],
      "backgroundColor": ["#d6d6d6"]
    }]
  },
  options: {
    indexAxis: 'x',
    scales: {
      y: {
        beginAtZero: true
      }
    },
    aspectRatio: 2
  },
});
特に指定がない限り、このサイトのすべてのコンテンツはクリエイティブ・コモンズ 表示 - 継承3.0ライセンス の元で利用可能です。