+++ date = "2016-08-28T14:28:49+09:00" draft = false title = "hugo new something_contens.md"
+++
| #!/usr/local/bin/ruby -W0 | |
| require 'net/http' | |
| require 'uri' | |
| require 'json' | |
| require 'pp' | |
| class QiitaGet | |
| attr_accessor :base_url, :debug |
| <head> | |
| <script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.2.1/Chart.min.js"></script> | |
| </head> | |
| <body> | |
| <canvas id="myChart" width="400" height="400"></canvas> | |
| </body> | |
| <script> | |
| var ctx = document.getElementById("myChart").getContext("2d"); | |
| var myChart = new Chart(ctx, { |
| <head> | |
| <script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.2.1/Chart.min.js"></script> | |
| <!-- https://github.com/google/palette.js --> | |
| <script src="../../palette.js/palette.js"></script> | |
| </head> | |
| <body> | |
| <canvas id="myChart" width="400" height="400"></canvas> | |
| </body> |
| { | |
| type: 'line', | |
| data: { | |
| labels: [ <string> ], | |
| datasets: [ | |
| { | |
| label: <string>, | |
| data: [ <num> ], | |
| borderColor: <string> , | |
| backgroundColor: <string> |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8"> | |
| <title> {{ .Title }} – {{ .Site.Title }}</title> | |
| </head> | |
| <body> | |
| <h1>This page is generated with layouts/chartjs/single.html</h1> | |
| {{ .Content }} | |
| </body> |
| <head> | |
| <script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.2.1/Chart.min.js"></script> | |
| <!-- https://github.com/google/palette.js --> | |
| <script src="../../palette.js/palette.js"></script> | |
| </head> | |
| <body> | |
| <canvas id="myChart"></canvas> | |
| </body> |
| <head> | |
| <script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.2.1/Chart.min.js"></script> | |
| <!-- https://github.com/google/palette.js --> | |
| <script src="../../palette.js/palette.js"></script> | |
| </head> | |
| <body> | |
| <canvas id="myChart" width="400" height="400"></canvas> | |
| </body> | |
| <script> |
| <head> | |
| <script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.2.1/Chart.min.js"></script> | |
| <!-- https://github.com/google/palette.js --> | |
| <script src="../../palette.js/palette.js"></script> | |
| </head> | |
| <body> | |
| <canvas id="myChart" width="400" height="400"></canvas> | |
| </body> | |
| <script> |
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="utf-8"> | |
| <title>This is sample page</title> | |
| </head> | |
| <body> | |
| </body> | |
| <script src="https://cdnjs.cloudflare.com/ajax/libs/d3/4.2.2/d3.js"></script> | |
| <script> |