Type module
Sources
Items from Renderer can be imported/included and used via following ways.
/** * -------------------------------------------------------- * Import via: Renderer.ts * Access items like: $renderer.myVariable * $renderer.myFunction() * -------------------------------------------------------- */ import * as $renderer from "@amcharts/amcharts4/Renderer";
Variables
documentReady # |
Type Default // Fallback to the current document if (doc.readyState === "complete") { } else { // Support Cordova or document ready events }, } }) Promise resolved when the DOM content finishes loading or the |
---|
Functions
Renderer does not have any functions.