DataModel

23 Sep 20251 minute to read

Interface for a class Data

Properties

adaptorType AdaptorType

Specifies the type of the adaptor to process the data set in the heatmap.

bubbleDataMapping BubbleDataModel

Specifies the options to configure the data mapping for size and color bubble types.

isJsonData boolean

Specifies whether the provided data source is a JSON data or not.

valueMapping string

Specifies the field name in the JSON data that maps to the value in the heatmap cell.

xDataMapping string

Specifies the field name in the JSON data that maps to the labels on the x-axis.

yDataMapping string

Specifies the field name in the JSON data that maps to the labels on the y-axis.