Releases: PDBeurope/heatmap-component
Releases · PDBeurope/heatmap-component
v1.0.1
v0.10.0
[0.10.0] - 2024-05-29
- Breaking change: Renamed item/items to datum/data in several places
- Breaking change: Default coloring is "everything gray", even for numeric values
- Breaking change: Color scales are created by
ColorScale.continuous
- Breaking change: Default axis alignment for (
zoom
,getZoom
,events.zoom
) changed from center,center to left,top (callsetAlignment
to change) - Breaking change: Changed value type for
hover
andselect
events ->{ cell?: { datum?: TDatum, ... }, sourceEvent?: MouseEvent }
- Breaking change: Dropped
formatDataItem
function Heatmap.create
callable withoutdata
parameter- Can manipulate markers via
hm.extensions.marker?.drawMarkers({...})