Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 889 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 889 Bytes

map-app

Example Plotly Dash app This is a Plotly Dash app that shows points on a map. The points can be anything that is identified by geographical coordinates (latitude, longitude). In this specific example, I am showing customers of a hypothetical company.

Functionalities

Main map
Users can filter:

  • Countries
  • Partners
  • Products

Hover data shows:

  • Partner
  • Product
  • Gender

Additonal graphs
Graphs on the right hand side of the page show the distribution of the population age and income. These graphs are based on the mouse hovering over the points on the map. The graphs show the distributions for the country based on the current placing of the mouse.

Note: Geographical coordinates are randomly generated. Therefore, some of them appear in the sea. The app only focuses on the major Nordic economis: Sweden, Denmark, Norway, and Finland.