prorm API Reference
    Preparing search index...

    Interface GanttDiagramOptions

    interface GanttDiagramOptions {
        tasks: GanttTask[];
        title?: string;
        theme?: "light" | "dark";
        color?: string;
        axis?: "days" | "weeks" | "months";
    }
    Index
    tasks: GanttTask[]
    title?: string
    theme?: "light" | "dark"

    Accepted for backward compatibility and ignored: diagrams render in a single monochrome theme.

    color?: string

    Accepted for backward compatibility and ignored.

    axis?: "days" | "weeks" | "months"

    Gridline granularity along the time axis