gantt-renderer
    Preparing search index...

    Type Alias ChartLocale

    type ChartLocale = {
        code: string;
        labels?: Partial<Record<LocaleLabelKey, string>>;
        weekendDays?: number[];
        weekNumbering?: "iso" | "us" | "simple";
        weekStartsOn?: 0 | 1 | 6;
    }
    Index
    code: string
    labels?: Partial<Record<LocaleLabelKey, string>>
    weekendDays?: number[]
    weekNumbering?: "iso" | "us" | "simple"
    weekStartsOn?: 0 | 1 | 6