version | 1.0.0 |
license | BSD3 |
native-modules | False |
elm-version | 0.18.0 <= v < 0.19.0 |
Tag | 1.0.0 |
Committed At | 2017-05-09 23:05:21 UTC |
Svg based heatmaps in Elm.
The general idea is based on simpleheat, which uses a canvas
implementation.
The API is inspired by evancz/elm-sortable-table and ohanhi/autoexpand, so do not put your Heatmap.Config
into your `Model.
Warning: This is really not the fastest heatmap implementation, mainly because it's rendered in Svg. So it should probably not be used when the heatmap data or config changes a lot on user interaction and when render performance is critical.
Have a look at the /examples/
to get a feeling how heatmaps look, perform and work.