Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

🔥 JavaScript Library for HTML5 canvas based heatmaps

License

NotificationsYou must be signed in to change notification settings

pa7/heatmap.js

Repository files navigation

Dynamic Heatmaps for the Web.

How to get started

The fastest way to get started is to install heatmap.js with bower. Just run the following command:

bower install heatmap.js-amd

This will download the latest working version of heatmap.js and put it in your bower_components folder.

Alternatively you could just downloadthe latest release from github and unzip it.

The file you're ultimately looking for isheatmap.js orheatmap.min.js

heatmap.js is also hosted on npm:

npm install heatmap.js

How to run the local examples

Start a webserver (e.g. python SimpleHTTPServer from the project directory root):

python -m SimpleHTTPServer 1337 &

Then browse to

http://localhost:1337/examples/

Get involved

Please have a look at thecontribution guidelines before submitting contributions.

Disclaimer: PRs can take time to receive feedback or be merged ( I'm only one person with very little time ) but I'm trying to get back to everyone eventually

Questions?

In order to keep technical questions in a central place where other people can learn from it, the best thing you can do ispost your question to stackoverflow with the tagheatmap.js.

If you do have a very specific question (or need commercial support) don't hesitate to contact me directlyvia email.

Mailing list

Want to receive the latest updates and news about heatmap.js?

There is amailing list. No spam, just news and important updates.


[8]ページ先頭

©2009-2025 Movatter.jp