Type module
Sources
Items from MapChart can be imported/included and used via following ways.
/** * -------------------------------------------------------- * Import via: MapChart.ts * Access items like: $mapchart.myVariable * $mapchart.myFunction() * -------------------------------------------------------- */ import * as $mapchart from "@amcharts/amcharts5/MapChart";
Variables
|
projectionRegistry # |
Type Registry of projections that can be looked up by name via the |
|---|
Functions
|
registerProjection( name: ) |
Returns Registers a projection factory under the given name so it can be referenced by Returns a name-tagged factory: use its return value (e.g. |
|---|---|
|
tagProjection( name: ) |
Returns Wraps a projection factory so the projections it produces carry their registered |