Options
All
  • Public
  • Public/Protected
  • All
Menu

Options to pass to the NonUniformHeatmapSeries constructor

Hierarchy

Index

Properties

Optional containsNaN

containsNaN: boolean

The flag whether this Heatmap has NaN value, to display them as transparent tiles

Optional dataSeriesName

dataSeriesName: string

The DataSeries name, used in legends, tooltips to identify the chart series

Optional id

id: string

A unique Id for the IDataSeries

Optional metadata

metadata: IPointMetadata[][] | IPointMetadata | { data?: any; type: string }

The Metadata values of type IPointMetadata to pre-populate the BaseHeatmapDataSeries If a single metadata value is supplied, this will be used as a template for all data values. If type AND data is specified, then the registered function should take the data and return a IPointData array. If only type is specified, the registered function will be set as the metadataGenerator and used to construct new metadata for each data value.

xCellOffsets

xCellOffsets: number[] | TCellSizeMapper

xCellOffsets defines cell X offsets on NonUniformHeatmapDataSeries for each cell in the heatmap. Can be an array of numbers or a mapping function TCellSizeMapper

remarks

mapping function would not be preserved by chart serialization

yCellOffsets

yCellOffsets: number[] | TCellSizeMapper

yCellOffsets defines cell Y offsets on NonUniformHeatmapDataSeries for each cell in the heatmap. Can be an array of numbers or a mapping function TCellSizeMapper

remarks

mapping function would not be preserved by chart serialization

Optional zValues

zValues: number[][]

The 2-Dimensional array of cells which can be passed to populate the BaseHeatmapDataSeries at construct time

Generated using TypeDoc