Interface HeatmapBuilder
Hierarchy
- HeatmapBuilder
Methods
-
Parameters
-
x: IndexedDate
Coordinates of the band
-
colors: readonly Color[]
An array of web colors. Each color fills out equal space in the band/column.
Returns HeatmapBuilder
-
-
Finalizes building the heatmap
Returns Heatmap
An object that can be passed to
Canvas.drawHeatmap
function
Generated using TypeDoc
Add a new column to the heatmap. Each band/column covers a range of values between
lowerBound
andupperBound
at thex
coordinate.