HeatMap library and plug-in for Chart.js.
Documentation is available here.
bower install Chart.HeatMap.js
npm install chart.heatmap.js
The built distributions are also available in the dst folder in the source repository at Github.
Ensure that you use the file from the dst directory.
For the standalone version, which requires no dependencies:
<script src="dst/Chart.HeatMap.S.js"></script>
For the plug-in, which requires Chart.js
<script src="Chart.js"></script>
<script src="dst/Chart.HeatMap.js"></script>