@theredhead — Frontend Library - v1.0.0
    Preparing search index...

    Interface GanttBarStyle

    Style overrides for an individual task bar.

    interface GanttBarStyle {
        borderRadius?: number;
        color?: string;
        heightRatio?: number;
    }
    Index

    Properties

    borderRadius?: number

    Border radius in pixels.

    color?: string

    Bar fill colour. Falls back to the palette colour.

    heightRatio?: number

    Bar height as a fraction of the row height (0–1).