HeatMap constructor

HeatMap(
  1. HeatMapOptions options,
  2. double width,
  3. double height,
  4. List<DataPoint> data,
)

Implementation

HeatMap(this.options, this.width, this.height, this.data) {
  _initColorPalette();
}