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

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.