Data
23 Sep 20251 minute to read
Configures the adaptor in the heatmap.
Properties
adaptorType AdaptorType
Specifies the type of the adaptor to process the data set in the heatmap.
Defaults to None
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.
Defaults to false
valueMapping string
Specifies the field name in the JSON data that maps to the value in the heatmap cell.
Defaults to ’’
xDataMapping string
Specifies the field name in the JSON data that maps to the labels on the x-axis.
Defaults to ’’
yDataMapping string
Specifies the field name in the JSON data that maps to the labels on the y-axis.
Defaults to ’’