The RpgLogs Scripting API
    Preparing search index...

    Interface ChartComponent

    interface ChartComponent {
        component: "Chart";
        props: ChartComponentProps;
    }
    Index

    Properties

    Properties

    component: "Chart"
    props: ChartComponentProps

    Options for a chart. Internally, this uses Highcharts. Only some common properties have full typing, other types may be incomplete or absent. Consult the highcharts documentation for complete details on the possible options.

    Note that functions as part of a component return value are not supported due to serialization and security requirements.