Highcharts Dashboards
    Preparing search index...

    Options for configuring a more custom text.

    interface TextOptions {
        className?: string;
        style?: CSSObject;
        text?: string;
    }
    Index

    Properties

    className?: string

    The class name which is added to the text element.

    style?: CSSObject

    A collection of CSS properties for the text.

    text?: string

    The text content itself.