JSFiddle - React, Tailwind, and code Playground
by rough cheap
JavaScript
>var ctx = document.getElementById("ffbenchmark").getContext("2d");var chart = new Chart( ctx, { type: "horizontalBar", data: { labels: ["FF14紅蓮ベンチ","FF14漆黒ベンチ","FF15ベンチ",],datasets:[{label:"Ryzen5 3600 + GTX1660Ti",data:[12580,12508,6860,],backgroundColor: "rgba(255, 0, 0, 0.6)",borderWidth: 0},{label:"Ryzen7 2700X + GTX660Ti",data:[6510,6928,1909,],backgroundColor: "rgba(255, 102, 0, 0.6)",borderWidth: 0},{label:"Core i7-4770 + GTX660",data:[5856,6103,1862,],backgroundColor: "rgba(0, 0, 255, 0.6)",borderWidth: 0},]},options:{title:{
Notice: Undefined property: stdClass::$titleFontSize in /var/www/html/wordpress/wp-content/themes/hestia/functions.php on line 267
fontSize:16,display: true,position:"top",text:"FFベンチマーク"},scales:{xAxes:[{ticks:{beginAtZero: 1,max:14000.}}] },}});