Type "value"
| "percent"
| "change"
| "changePercent"
| "startChangePercent"
| "startChange"
| "previousChangePercent"
| "previousChange"
| "sum"
| "absoluteSum"
| "average"
| "open"
| "close"
| "low"
| "high"
| "count"
| "total"
| "totalPercent"
| "stack"
A list of available types for calculated values.
@todo Not finished
@todo Description
Sources
CalculatedValue can be used (imported) via one of the following packages.
/** * -------------------------------------------------------- * Import from: "core.ts" * Use like: am4core.CalculatedValue * -------------------------------------------------------- */ import * as am4core from "@amcharts/amcharts4/core";
/** * -------------------------------------------------------- * Include via: <script src="core.js"></script> * Access items like: am4.CalculatedValue * -------------------------------------------------------- */
Inheritance
CalculatedValue does not extend any other symbol.
CalculatedValue is not extended by any other symbol.
Properties
CalculatedValue does not have any properties.