Chart.jsメモ

Github
Document

グラフの生成

Chart(context, config)はコンストラクタでこれで生成する
使い方 Example

options


type

line, bar, horizontalBar, radar, polarArea, pie, doughnut, bubble


Line chart *


Radar chart *

Example

        scale: {
            ticks: {
                min: 0,
                max: 100,
                beginAtZero: true
            }
        },


Axes *


メソッド *


chartjs-plugin-zoomはグラフを拡大することが可能になるplugin