Type module
Sources
Items from Registry can be imported/included and used via following ways.
/** * -------------------------------------------------------- * Import via: Registry.ts * Access items like: $registry.myVariable * $registry.myFunction() * -------------------------------------------------------- */ import * as $registry from "@amcharts/amcharts5/Registry";
Variables
Registry does not have any variables.
Functions
|
addLicense( license: ) |
Returns Adds a license, e.g.: am5.addLicense("xxxxxxxx");
am5.addLicense("xxxxxxxx");
Multiple licenses can be added to cover for multiple products. |
|---|---|
|
disposeAllRootElements() |
Returns Disposes all |
|
getRootById( id: ) |
Returns Finds and returns a @since 5.9.2 |