Simple Map Chart Application
Very simple overview of MapChart feature.
A MapChart is created by selecting one of the 9 available Map types:
MapTypes.WorldMapTypes.EuropeMapTypes.AfricaMapTypes.AsiaMapTypes.NorthAmericaMapTypes.SouthAmericaMapTypes.AustraliaMapTypes.USAMapTypes.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: