Map Chart

Very simple overview of MapChart feature.

A MapChart is created by selecting one of the 9 available Map types:

  • MapTypes.World
  • MapTypes.Europe
  • MapTypes.Africa
  • MapTypes.Asia
  • MapTypes.NorthAmerica
  • MapTypes.SouthAmerica
  • MapTypes.Australia
  • MapTypes.USA
  • MapTypes.Canada

This example showcases MapTypes.World, but you can try the other ones by simply editing this one part in the live editor:

const mapChart = lightningChart().Map({
    type: MapTypes.World, // <--- Select MapType HERE
})

More map examples: