ZoomCharts Documentation

ZoomCharts.Configuration.GeoChartDataObject

Inheritance hierarchy

This type inherits from BaseDataErrorResponse. Through this type it also inherits members from BaseDataObjectBase.

Methods

This type does not define any methods.

Properties

clearCache: boolean
Experimental property - the API might not be stable and is subject to change.

Instructs the chart to clear the data cache before applying this dataset.

This can be used as a temporary workaround to use GeoChart.addData() to replace the whole dataset since unlike GeoChart.replaceData() the addData method updates existing nodes instead of replacing them, thus enabling things like radius animations.

east: number
error: string
Inherited from: BaseDataErrorResponse

If the data could not be retrieved, this field can be used to instruct the chart to cancel the data request and log an error. Note that in most cases this field should not be used in favor of returning the correct HTTP status code (such as 404 or 500) so that the browser and any proxies do not cache the response.

extra: any
Inherited from: BaseDataObjectBase

Store any additional data values within this field. Although it is possible to extend the data object itself with additional fields it is not recommended to do so because a future ZoomCharts version could introduce a known parameter with the same name thus changing the behavior of an existing chart.

north: number
south: number
west: number
X