5.20232.939
Wijmo API Module wijmo.vue2.chart.map Wijmo API Module

wijmo.vue2.chart.map Module

Contains Vue 2 and 3 components for the wijmo.chart.map module.

Variables

WjColorScale

WjColorScale: any

Vue component for the wijmo.chart.map.ColorScale class.

The wj-color-scale component should be contained in one of the following components: wijmo.vue2.chart.map.WjScatterMapLayer , wijmo.vue2.chart.map.WjGeoMapLayer or wijmo.vue2.chart.map.WjGeoGridLayer.

The component supports all properties and events of the pure JavaScript wijmo.chart.map.ColorScale class it represents.

The component includes an initialized event that is raised when the control is initialized after it is added to the page. You can use this event to perform further initialization in addition to setting properties in markup. The signature of the handler function is the same as any other Wijmo event handlers.

WjFlexMap

WjFlexMap: any

Vue component for the wijmo.chart.map.FlexMap control.

The wj-flex-map component may contain the following child components: wijmo.vue2.chart.WjFlexChartLegend , wijmo.vue2.chart.map.WjScatterMapLayer , wijmo.vue2.chart.map.WjGeoMapLayer and wijmo.vue2.chart.map.WjGeoGridLayer.

The component supports all properties and events of the pure JavaScript wijmo.chart.map.FlexMap control it represents.

The component includes an initialized event that is raised when the control is initialized after it is added to the page. You can use this event to perform further initialization in addition to setting properties in markup. The signature of the handler function is the same as any other Wijmo event handlers.

WjGeoGridLayer

WjGeoGridLayer: any

Vue component for the {@link wijmo.chart.map.GeoGridLayer} class.

The wj-geo-grid-layer component should be contained in a wijmo.vue2.chart.map.WjFlexMap component.

The wj-geo-grid-layer component may contain a wijmo.vue2.chart.map.WjColorScale child component.

The component supports all properties and events of the pure JavaScript {@link wijmo.chart.map.GeoGridLayer} class it represents.

The component includes an initialized event that is raised when the control is initialized after it is added to the page. You can use this event to perform further initialization in addition to setting properties in markup. The signature of the handler function is the same as any other Wijmo event handlers.

WjGeoMapLayer

WjGeoMapLayer: any

Vue component for the wijmo.chart.map.GeoMapLayer class.

The wj-geo-map-layer component should be contained in a wijmo.vue2.chart.map.WjFlexMap component.

The wj-geo-map-layer component may contain a wijmo.vue2.chart.map.WjColorScale child component.

The component supports all properties and events of the pure JavaScript wijmo.chart.map.GeoMapLayer class it represents.

The component includes an initialized event that is raised when the control is initialized after it is added to the page. You can use this event to perform further initialization in addition to setting properties in markup. The signature of the handler function is the same as any other Wijmo event handlers.

WjScatterMapLayer

WjScatterMapLayer: any

Vue component for the wijmo.chart.map.ScatterMapLayer class.

The wj-scatter-map-layer component should be contained in a wijmo.vue2.chart.map.WjFlexMap component.

The wj-scatter-map-layer component may contain a wijmo.vue2.chart.map.WjColorScale child component.

The component supports all properties and events of the pure JavaScript wijmo.chart.map.ScatterMapLayer class it represents.

The component includes an initialized event that is raised when the control is initialized after it is added to the page. You can use this event to perform further initialization in addition to setting properties in markup. The signature of the handler function is the same as any other Wijmo event handlers.