天才を殺す凡人
評価 var ctx = document.getElementById("raderChart"); var raderChart = new Chart(ctx, { type: 'radar', data: { labels: [ '意外性','テンポ','面白さ' ], datasets: [{ data: [ 8,8,8 ], backgroundColor: 'RGBA(225,95,150, 0.5)', borderColor: 'RGBA(225,95,150, 1)', borderWidth: 1, pointBackgroundColor: 'RGB(46,106,177)' }] }, options: { legend: { display: false, }, scale:{ ticks:{ suggestedMin: 0, suggestedMax: 10, stepSize: 2 }, pointLabels: { fontSize: 16 } } } }); .amazon-content { overflow: hidden; } ....