TextFormatter

Type class

Sources

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

// Import TextFormatter
import * as am5 from "@amcharts/amcharts5";

// Create TextFormatter
am5.TextFormatter.new(root, {
  // ... config if applicable
});
<!-- Load TextFormatter -->
<script src="index.js"></script>

<script>
// Create TextFormatter
am5.TextFormatter.new(root, {
  // ... config if applicable
});
</script>

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.