Name | Description | |
---|---|---|
init | Initializes the heatmap style. Called during construction. |
Name | Description | |
---|---|---|
blurRadius | Gets or sets the radius of the blur around a heatmap point. | |
gradient | Gets or sets the gradient colours used to colour the points. | |
maximumValue | Gets or sets the maximum value to assign to a point in the heatmap for intensity. | |
minimumOpacity | Gets or sets the minimum opacity to be applied to any point regardless of its value. | |
pointRadius | Gets or sets the radius, in pixels, a single point should occupy on a heatmap. |
Name | Description | |
---|---|---|
fromJObject | Applies the property values from a plain object created from JSON to the properties of this instance. Inherited from Class. | |
invalidate | Ensures the data control is re-drawn using the current data and settings at the next best time made available by the browser. This method is normally called automatically when needed. | |
toJSON | Implementation for toJSON to return an object that will include this class's prototype property values when stringified. Inherited from Class. |