@moritzbrantner/charts - v0.1.1
    Preparing search index...

    Type Alias ChartLabelObstacle

    type ChartLabelObstacle = {
        id?: string;
        kind?: "mark" | "axis" | "custom";
        priority?: number;
        rect: ChartLabelRect;
    }
    Index

    Properties

    Properties

    id?: string
    kind?: "mark" | "axis" | "custom"
    priority?: number