Highcharts Grid
    Preparing search index...

    Represents a sparkline type of cell content.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    cell: TableCell

    The cell to which the content belongs.

    chart?: {
        destroy: () => void;
        update: (
            options: AnyRecord,
            force?: boolean,
            redraw?: boolean,
            animation?: boolean,
        ) => void;
    }

    The Highcharts chart instance.

    renderer: CellRenderer

    The renderer that allows to print content (inputs, selects, etc.)

    defaultChartOptions: AnyRecord = ...

    The default chart options for the sparkline content.

    H: AnyRecord | undefined

    Highcharts namespace used by the Sparkline Renderer. This is set to undefined by default, and should be set to the Highcharts namespace before using the Sparkline Renderer.

    Methods

    • Renders the cell content.

      Parameters

      • parentElement: HTMLElement = ...

      Returns void

    • Updates the cell content without re-rendering it.

      Returns void