Skip to content

Zaid-Ajaj/Chart.HeatMap

 
 

Repository files navigation

Chart.HeatMap.js

HeatMap library and plug-in for Chart.js.

Documentation

Documentation is available here.

Installation

Bower

bower install Chart.HeatMap.js

NPM

npm install chart.heatmap.js

Github

The built distributions are also available in the dst folder in the source repository at Github.

Usage

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>

License

MIT license

About

A heat map plugin for chart.js

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%