Highcharts Grid
    Preparing search index...

    Options to control the sparkline renderer content.

    interface SparklineRendererOptions {
        chartOptions?:
            | AnyRecord
            | ((this: TableCell, data: CellType) => AnyRecord);
        type: "sparkline";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    chartOptions?: AnyRecord | ((this: TableCell, data: CellType) => AnyRecord)

    Highcharts options used to render the sparkline chart inside the cell.

    Can be a static options object or a callback returning chart options for the current cell value.

    grid-pro/basic/sparklines Sparklines

    type: "sparkline"

    Use the built-in sparkline renderer.

    'sparkline'