Search results

DataModel API in Vue HeatMap API component

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.