Skip to content
A heat map plugin for chart.js
Branch: master
Clone or download
Latest commit 6e99f4f Aug 1, 2015
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
dst Fixed pallete color interpolation Jul 31, 2015
.gitignore Added tooltips to chart Jul 29, 2015
Chart.HeatMap.js
ColorManager.js Fixed pallete color interpolation Jul 31, 2015
LICENSE Initial commit Jul 29, 2015
README.md Updated readme Jul 31, 2015
bower.json
csscolorparser.js
package.json Linting Jul 31, 2015

README.md

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

You can’t perform that action at this time.