Markers on a map
Dashboard
Data
Configuration
Customers’ locations on a map
Displays locations of customers as markers on the map.
Data Source
SharePoint List
List: Customers
Fields: Company, Latitude, Longitude
Rows: 200Aggregation:
Group by: CompanyAs you can see the location field doesn’t exists in the data source. We assign it in the JavaScript code in the advanced panel (see below).
Aggregations:
Latitude = min of Latitude
Longitude = min of Longitude
Company = min of Company
Dashboard
Chart
Map with markers
Latitude: Latitude
Longitude: Longitude
Title: CompanyStyle
Size: 100% x 600Width x height dimensions of the map. Default units is px.