{"id":1483,"date":"2022-02-04T22:12:54","date_gmt":"2022-02-04T13:12:54","guid":{"rendered":"https:\/\/suzutukiblog.com\/?p=1483"},"modified":"2022-03-20T19:54:53","modified_gmt":"2022-03-20T10:54:53","slug":"execjsruntimeerror","status":"publish","type":"post","link":"https:\/\/suzutukiblog.com\/index.php\/2022\/02\/04\/execjsruntimeerror\/","title":{"rendered":"ExecJS::RuntimeError(\u30a8\u30e9\u30fc\u5bfe\u51e6\u9332)"},"content":{"rendered":"<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-large wp-image-1485\" src=\"https:\/\/suzutukiblog.com\/wp-content\/uploads\/2020\/08\/d9e591bec83760503cd030793de624a9-1024x278.png\" alt=\"\" width=\"625\" height=\"170\" srcset=\"https:\/\/suzutukiblog.com\/wp-content\/uploads\/2020\/08\/d9e591bec83760503cd030793de624a9-1024x278.png 1024w, https:\/\/suzutukiblog.com\/wp-content\/uploads\/2020\/08\/d9e591bec83760503cd030793de624a9-300x81.png 300w, https:\/\/suzutukiblog.com\/wp-content\/uploads\/2020\/08\/d9e591bec83760503cd030793de624a9-768x209.png 768w, https:\/\/suzutukiblog.com\/wp-content\/uploads\/2020\/08\/d9e591bec83760503cd030793de624a9-1536x417.png 1536w, https:\/\/suzutukiblog.com\/wp-content\/uploads\/2020\/08\/d9e591bec83760503cd030793de624a9-2048x556.png 2048w, https:\/\/suzutukiblog.com\/wp-content\/uploads\/2020\/08\/d9e591bec83760503cd030793de624a9-624x170.png 624w\" sizes=\"auto, (max-width: 625px) 100vw, 625px\" \/><\/p>\n<p>\u521d\u3081\u3066\u898b\u305f\u30a8\u30e9\u30fc\u3060\u3063\u305f\u306e\u3067\u5bfe\u51e6\u6cd5\u3092\u8a18\u3057\u3066\u304a\u304d\u307e\u3059\u3002<\/p>\n<h3>\u7d4c\u7def<\/h3>\n<p>chart.js\u3067\u30b0\u30e9\u30d5\u3092\u4f5c\u308b\u305f\u3081\u306b\u8a18\u4e8b\u3092\u53c2\u8003\u306b\u8a66\u3057\u305f\u3068\u3053\u308d\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u305f\u3002<\/p>\n<h3>\u539f\u56e0<\/h3>\n<pre>window.draw_graph = -&gt;\r\n  ctx = document.getElementById(\"myChart\").getContext('2d')\r\n  barNum = 6\r\n  labels = new Array(barNum)\r\n  bgColors = new Array(barNum)\r\n  bdColors = new Array(barNum)\r\n  for i in [0...barNum]\r\n    labels[i] = 'data' + i\r\n    bgColors[i] = 'rgba(75, 192, 192, 0.2)'\r\n    bdColors[i] = 'rgba(75, 192, 192, 1)'\r\n  myChart = new Chart(ctx, {\r\n    type: 'bar',\r\n    data: {\r\n      labels: labels\r\n      datasets: [{\r\n        label: '# of Votes',\r\n        data: gon.data,\r\n  backgroundColor: bgColors,\r\n  borderColor: bdColors,\r\n  borderWidth: 1\r\n  }]\r\n  },\r\n  options: {\r\n    scales: {\r\n      yAxes: [{\r\n        ticks: {\r\n          beginAtZero:true\r\n        }\r\n      }]\r\n    }\r\n  }\r\n  })<\/pre>\n<h3>\u539f\u56e0<\/h3>\n<p>\u30a4\u30f3\u30c7\u30f3\u30c8\u306e\u30ba\u30ec\u306a\u3069\u69cb\u6587\u304c\u9593\u9055\u3063\u3066\u3044\u308b\u3068\u306a\u308b\u3088\u3046\u3067\u3059\u3002<\/p>\n<h3>\u89e3\u6c7a\u6cd5<\/h3>\n<p>Rubymine\u306e\u81ea\u52d5\u30d5\u30a9\u30fc\u30de\u30c3\u30c8(\u2325\uff0b\u2318\uff0bL\u30ad\u30fc)\u3067\u30a4\u30f3\u30c7\u30f3\u30c8\u4fee\u6b63\u3057\u3066\u89e3\u6c7a\u3057\u307e\u3057\u305f\u3002<\/p>\n<pre>window.draw_graph = -&gt;\r\n  ctx = document.getElementById(\"myChart\").getContext('2d')\r\n  barNum = 6\r\n  labels = new Array(barNum)\r\n  bgColors = new Array(barNum)\r\n  bdColors = new Array(barNum)\r\n  for i in [0...barNum]\r\n    labels[i] = 'data' + i\r\n    bgColors[i] = 'rgba(75, 192, 192, 0.2)'\r\n    bdColors[i] = 'rgba(75, 192, 192, 1)'\r\n  myChart = new Chart(ctx, {\r\n    type: 'bar',\r\n    data: {\r\n      labels: labels\r\n      datasets: [{\r\n        label: '# of Votes',\r\n        data: gon.data,\r\n        backgroundColor: bgColors,\r\n        borderColor: bdColors,\r\n        borderWidth: 1\r\n      }]\r\n    },\r\n    options: {\r\n      scales: {\r\n        yAxes: [{\r\n          ticks: {\r\n            beginAtZero: true\r\n          }\r\n        }]\r\n      }\r\n    }\r\n  })<\/pre>\n<p>&nbsp;<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-large wp-image-1489\" src=\"https:\/\/suzutukiblog.com\/wp-content\/uploads\/2020\/08\/ddf769aa71eab4351deba8d42d31df10-1024x557.png\" alt=\"\" width=\"625\" height=\"340\" srcset=\"https:\/\/suzutukiblog.com\/wp-content\/uploads\/2020\/08\/ddf769aa71eab4351deba8d42d31df10-1024x557.png 1024w, https:\/\/suzutukiblog.com\/wp-content\/uploads\/2020\/08\/ddf769aa71eab4351deba8d42d31df10-300x163.png 300w, https:\/\/suzutukiblog.com\/wp-content\/uploads\/2020\/08\/ddf769aa71eab4351deba8d42d31df10-768x418.png 768w, https:\/\/suzutukiblog.com\/wp-content\/uploads\/2020\/08\/ddf769aa71eab4351deba8d42d31df10-1536x835.png 1536w, https:\/\/suzutukiblog.com\/wp-content\/uploads\/2020\/08\/ddf769aa71eab4351deba8d42d31df10-624x339.png 624w, https:\/\/suzutukiblog.com\/wp-content\/uploads\/2020\/08\/ddf769aa71eab4351deba8d42d31df10.png 1832w\" sizes=\"auto, (max-width: 625px) 100vw, 625px\" \/><\/p>\n<p>\u3088\u304f\u3042\u308b\u30a8\u30e9\u30fc\u3089\u3057\u3044\u306e\u3067\u3001\u906d\u9047\u3057\u3066\u3082\u843d\u3061\u7740\u3044\u3066\u5bfe\u51e6\u3057\u3088\u3046<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u521d\u3081\u3066\u898b\u305f\u30a8\u30e9\u30fc\u3060\u3063\u305f\u306e\u3067\u5bfe\u51e6\u6cd5\u3092\u8a18\u3057\u3066\u304a\u304d\u307e\u3059\u3002 \u7d4c\u7def chart.js\u3067\u30b0\u30e9\u30d5\u3092\u4f5c\u308b\u305f\u3081\u306b\u8a18\u4e8b\u3092\u53c2\u8003\u306b\u8a66\u3057\u305f\u3068\u3053\u308d\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u305f\u3002 \u539f\u56e0 window.draw_graph = -&gt; ctx = docume [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"categories":[27,26],"tags":[],"class_list":["post-1483","post","type-post","status-publish","format-standard","hentry","category-programming-note","category-trouble-shooting"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/suzutukiblog.com\/index.php\/wp-json\/wp\/v2\/posts\/1483","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/suzutukiblog.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/suzutukiblog.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/suzutukiblog.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/suzutukiblog.com\/index.php\/wp-json\/wp\/v2\/comments?post=1483"}],"version-history":[{"count":8,"href":"https:\/\/suzutukiblog.com\/index.php\/wp-json\/wp\/v2\/posts\/1483\/revisions"}],"predecessor-version":[{"id":5126,"href":"https:\/\/suzutukiblog.com\/index.php\/wp-json\/wp\/v2\/posts\/1483\/revisions\/5126"}],"wp:attachment":[{"href":"https:\/\/suzutukiblog.com\/index.php\/wp-json\/wp\/v2\/media?parent=1483"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/suzutukiblog.com\/index.php\/wp-json\/wp\/v2\/categories?post=1483"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/suzutukiblog.com\/index.php\/wp-json\/wp\/v2\/tags?post=1483"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}