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.drawHeatmapfunction 
Generated using TypeDoc
Add a new column to the heatmap. Each band/column covers a range of values between
lowerBoundandupperBoundat thexcoordinate.