@jsfkit/types
    Preparing search index...

    Type Alias GraphicChart

    A chart or plot.

    type GraphicChart = {
        chartId: string;
        id: string;
        name: string;
        type: "chart";
        xfrm?: Xfrm;
    }
    Index

    Properties

    Properties

    chartId: string

    ID

    id: string

    Unique identifier for this chart.

    name: string

    Display name of the chart.

    type: "chart"

    Type discriminator for a chart.

    xfrm?: Xfrm

    2D transformation (position, rotation, scale).