MAIDR Documentation - v4.4.0
    Preparing search index...

    Type Alias ChartJsRangeBound

    ChartJsRangeBound: number | Date

    One end of a floating bar.

    A number on a linear scale; a Date when the bar is drawn against a time scale, which is how Chart.js's own gantt and range-bar recipes write them. ISO date strings are also accepted by Chart.js there and are deliberately not read here — parsing one means guessing a calendar for a value that may equally be a category label.