- AnimationCallbacks/progress-bar.html
- bar-horizontal.html
- bar-multi-axis.html
- bar-stacked.html
- bar.html
- bubble.html
- combo-bar-line.html
- data_label_combo-bar-line.html
- different-point-sizes.html
- doughnut.html
- line-customTooltips.html
- line-legend.html
- line-logarithmic.html
- line-multi-axis.html
- line-multiline-labels.html
- line-non-numeric-y.html
- line-skip-points.html
- line-stacked-area.html
- line-stepped.html
- line-x-axis-filter.html
- line.html
- pie-customTooltips.html
- pie.html
- polar-area.html
- radar-skip-points.html
- radar.html
- scatter-logX.html
- scatter-multi-axis.html
- scatter.html
- timeScale/combo-time-scale.html
- timeScale/line-time-point-data.html
- timeScale/line-time-scale.html
- tooltip-hooks.html
- Add a directory for sample
- Create an
index.html
and anindex.jsx
- Add an
entry
to thewebpack.confi.json
- Add a directory name to a npm script of the
copy
andtemplate
npm i
npm run build
git clone -b gh-pages git@github.com:ledsun/react-chartjs-example.git gh-pages
npm start
cd gh-pages
git commit -m 'XXX'
git push origin gh-pages