Type class
The main class that handles system-wide tasks, like caching, heartbeats, etc.
Sources
System can be used (imported) via one of the following packages.
/** * -------------------------------------------------------- * Import from: "core.ts" * Use like: am4core.System * -------------------------------------------------------- */ import * as am4core from "@amcharts/amcharts4/core";
/** * -------------------------------------------------------- * Include via: <script src="core.js"></script> * Access items like: am4.System * -------------------------------------------------------- */
Inheritance
System does not extend any other symbol.
System is not extended by any other symbol.
Properties
VERSION # |
Static
Type Default amCharts Version. This follows npm's semver specification. |
---|---|
isPaused # |
Type Pauses all the processes of all the amCharts objects on the page |
uid # |
Type Default Unique ID of the object. |
updateStepDuration # |
Type Default |
Methods
checkIfValidate2( sprite: ) |
Returns |
---|---|
log( value: ) |
Returns Outputs string to console if |
requestFrame() |
Returns Requests new animation frame |
softInvalidate( container: ) |
Returns Call this method if you update data or config of a chart that is in hidden container, after revealing the container, so that labels and possibly other elements can correctly arrange themselves. @since 4.7.10 |
Events
System does not have any events.
Adapters
System does not have any adapters.