Releases: nswamy14/visual-heatmap
Releases · nswamy14/visual-heatmap
v2.1.0
v2.0.0
What's Changed
- Added: setGradient implementation by @bartbutenaers in #22
- Added: render method.
- Added validation check for all configurations.
- Supports API Chaining.
heatmapInstance.setRadius(30).setMax(100).setMin(10).render()
- Updated Examples.
- Updated Documentation.
Breaking Change:
- Now on every configuration change,
.render()
API has to be invoked.
Full Changelog: v1.1.0...v2.0.0
v1.1
Changes:
-> Added Minvalue api to set min data value along with Max. (Fix Issue #18 )
-> If min, max not set, will be derived from the data.(Fix Issue #18 )
-> Added Background feature - To set background image for the heat map.(Fix Issue #18 )
-> Added Projection API, to map UI (x, y) coordinates to layer coordinates.
-> Heatmap layer supports HTML container element along with CSS selector.
-> Shader code improvements along with bug fixes
-> Shader to support upto 20 colors
-> Updated Examples.
First stable version
v1.0.5 1.0.5