ZoomCharts Documentation
ZoomCharts.Configuration.BaseSettingsData
Inheritance hierarchy
This type is implemented by FacetChartSettingsData, GeoChartSettingsData, ItemsChartSettingsData, NetChartSettingsData, PieChartSettingsData and TimeChartSettingsData.
Methods
Properties
Data loading format. Currently most charts only support JSON.
Data id used for series to reference specific data source.
Max number of parallel data requests to issue. More requests will result in faster loading, but might put heavy load on server.
Provides the ability to embed chart data directly into the chart configuration.
This data can be complete or act as the initial data where the rest will be requested dynamically using
url
or dataFunction
.
Timeout in milliseconds for data requests. This timeout only applies to HTTP requests issued by the chart directly.
URL that is used to load data