@samatawy/diagrams
    Preparing search index...

    Interface PointAdapterConfig

    interface PointAdapterConfig {
        showLabels?: boolean;
        xLabel?: string;
        yLabel?: string;
        precision?: number;
    }
    Index

    Properties

    showLabels?: boolean

    Whether to render small X/Y labels next to the coordinate inputs.

    xLabel?: string

    Label text used for the X coordinate input.

    yLabel?: string

    Label text used for the Y coordinate input.

    precision?: number

    Number of decimal places used when formatting and normalizing coordinates.