# Include scripts

First, we need to include Chart.js (opens new window), Luxon (opens new window), chartjs-adapter-luxon (opens new window) and chartjs-plugin-streaming (opens new window) in our page.

<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>