Type alias HeatmapSeriesFormatterIntensity<Series>

HeatmapSeriesFormatterIntensity<Series>: (<T>(tableContentBuilder: T, series: Series, dataPoint: HeatmapIntensityDataPoint) => T)

Type Parameters

Type declaration

    • <T>(tableContentBuilder: T, series: Series, dataPoint: HeatmapIntensityDataPoint): T
    • Interface for a function which builds ResultTable content when pointing at a HeatmapSeries with numeric intensity values.

      Returns

      TableContentBuilder that was supplied

      Type Parameters

      Parameters

      • tableContentBuilder: T

        Builder that is used to build contents of ResultTable. Use addRow() method for adding content.

      • series: Series

        Series

      • dataPoint: HeatmapIntensityDataPoint

        Information about the pointed data point.

      Returns T