# スクリプトを含める

まず Chart.js (opens new window)Luxon (opens new window)chartjs-adapter-luxon (opens new window)chartjs-plugin-streaming (opens new window) をページに含める必要があります。

<script src="path/to/chartjs/dist/chart.min.js"></script>
<script src="path/to/luxon/dist/luxon.min.js"></script>
<script src="path/to/chartjs-adapter-luxon/dist/chartjs-adapter-luxon.min.js"></script>
<script src="path/to/chartjs-plugin-streaming/dist/chartjs-plugin-streaming.min.js"></script>