All Projects → pa7 → Heatmap.js

pa7 / Heatmap.js

Licence: mit
🔥 JavaScript Library for HTML5 canvas based heatmaps

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to Heatmap.js

Reaviz
📊 Data visualization library for React based on D3
Stars: ✭ 1,141 (-79.93%)
Mutual labels:  data-visualization, dataviz, heatmap
Leaflet Dvf
Leaflet Data Visualization Framework
Stars: ✭ 678 (-88.07%)
Mutual labels:  data-visualization, dataviz, leaflet
Leaflet Swoopy
⤵️ Swoopy Arrow Plugin for Leaflet
Stars: ✭ 52 (-99.09%)
Mutual labels:  data-visualization, dataviz, leaflet
Leaflet.extras2
Extra functionality for leaflet R package.
Stars: ✭ 37 (-99.35%)
Mutual labels:  leaflet-plugins, data-visualization, leaflet
Leaflet Geoman
🍂🗺️ The most powerful leaflet plugin for drawing and editing geometry layers
Stars: ✭ 1,088 (-80.86%)
Mutual labels:  google-maps, leaflet-plugins, leaflet
leaflet heatmap
简单的可视化湖州通话数据 假设数据量很大,没法用浏览器直接绘制热力图,把绘制热力图这一步骤放到线下计算分析。使用Apache Spark并行计算数据之后,再使用Apache Spark绘制热力图,然后用leafletjs加载OpenStreetMap图层和热力图图层,以达到良好的交互效果。现在使用Apache Spark实现绘制,可能是Apache Spark不擅长这方面的计算或者是我没有设计好算法,并行计算的速度比不上单机计算。Apache Spark绘制热力图和计算代码在这 https://github.com/yuanzhaokang/ParallelizeHeatmap.git .
Stars: ✭ 13 (-99.77%)
Mutual labels:  dataviz, heatmap, leaflet
web-maps-wcag-evaluation
Manual accessibility evaluation of popular web map tools.
Stars: ✭ 28 (-99.51%)
Mutual labels:  google-maps, leaflet, openlayers
Iclient Javascript
Modern GIS Web Client for JavaScript, based on Leaflet\OpenLayers\MapboxGL-JS\Classic(iClient8C), enhanced with ECharts\D3\MapV etc. Contributed by SuperMap & community.
Stars: ✭ 593 (-89.57%)
Mutual labels:  openlayers, leaflet-plugins, leaflet
Data2viz
An Android, JavaFx, JS multiplatform datavisualization library with comprehensive DSL
Stars: ✭ 300 (-94.72%)
Mutual labels:  data-visualization, dataviz
Leaflet.markercluster
Marker Clustering plugin for Leaflet
Stars: ✭ 3,305 (-41.86%)
Mutual labels:  leaflet-plugins, leaflet
Ggpage
Creates Page Layout Visualizations in R 📄📄📄
Stars: ✭ 306 (-94.62%)
Mutual labels:  data-visualization, dataviz
Leaflet Ant Path
🌿🐜 Creates a leaflet polyline with a 'ant-path' animated flux
Stars: ✭ 296 (-94.79%)
Mutual labels:  leaflet-plugins, leaflet
Hstardoc
My blogs write with markdown.
Stars: ✭ 297 (-94.78%)
Mutual labels:  canvas, angularjs
Oppia
A free, online learning platform to make quality education accessible for all.
Stars: ✭ 4,361 (-23.29%)
Mutual labels:  interactive, angularjs
Leaflet.pixioverlay
Bring Pixi.js power to Leaflet maps
Stars: ✭ 264 (-95.36%)
Mutual labels:  leaflet-plugins, leaflet
Nyc Buildings
An interactive 3D visualization of the all the buildings in Manhattan.
Stars: ✭ 338 (-94.05%)
Mutual labels:  data-visualization, interactive
Qgis2web
A QGIS plugin to export a map to an OpenLayers, Leaflet, or Mapbox GL JS webmap
Stars: ✭ 349 (-93.86%)
Mutual labels:  openlayers, leaflet
Openstreetmap Heatmap
Visualization of OpenStreetMap Data with Blender and Python
Stars: ✭ 261 (-95.41%)
Mutual labels:  data-visualization, dataviz
React Jsx Highcharts
Highcharts built with proper React components
Stars: ✭ 336 (-94.09%)
Mutual labels:  data-visualization, dataviz
Troika
A JavaScript framework for interactive 3D and 2D visualizations
Stars: ✭ 342 (-93.98%)
Mutual labels:  data-visualization, canvas

heatmap.js

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 download the latest release from github and unzip it.

The file you're ultimately looking for is heatmap.js or heatmap.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 the contribution 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 is post your question to stackoverflow with the tag heatmap.js.

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

Mailing list

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

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].