HeatMap library and plug-in for Chart.js.
Documentation is available here.
bower install Chart.HeatMap.js
npm install chart.heatmap.js
To install from Mischa Braam's fork use command below. If that doesn't work please advise stack overflow for a solution.
npm install mischabraam/Chart.Heatmap#master
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>