Bubble map

Overview

A map to display the coordinates with the additional statistic data. The component supports custom coordinates and zoom levelling.

Properties

Name
Type
Description

name

string

Component name

Methods

Name
Parameters
Returns
Description

setData

data: object

void

Set component data. Data is an array of points with the following structure: { name: string; color?: string; value: number; latitude: number; longitude: number; }

Triggers

Name
Description

On Init

Triggered when the component is initialized

Last updated

Was this helpful?