HeatMap constructor
HeatMap(
- HeatMapOptions options,
- double width,
- double height,
- List<
DataPoint> data,
Implementation
HeatMap(this.options, this.width, this.height, this.data) {
_initColorPalette();
}