TextFormatter

Type class

Sources

TextFormatter can be used (imported) via one of the following packages.

// TextFormatter is available in all of the following modules.
// You only need to import one of them.

/**
 * --------------------------------------------------------
 * Import from: "index.ts"
 * Use like: am5.TextFormatter
 * --------------------------------------------------------
 */
import * as am5 from "@amcharts/amcharts5";

// TextFormatter is available in all of the following modules.
// You only need to import one of them.

/**
 * --------------------------------------------------------
 * Include via: <script src="index.js"></script>
 * Access items like: am5.TextFormatter
 * --------------------------------------------------------
 */

Inheritance

TextFormatter does not extend any other symbol.

TextFormatter is not extended by any other symbol.

Settings

TextFormatter does not have any settings.

Private settings

TextFormatter does not have any private settings.

Properties

prefix
#

Static

Type string

Default "__amcharts__"

Methods

getTextStyle(

style: string

)

#

Static

Returns ITextStyle

Events

TextFormatter does not have any events.