TimelineKit API
    Preparing search index...

    Class HistogramStyle

    Histogram-specific visual style.

    Index

    Constructors

    Properties

    areaColor: string = 'rgba(102, 119, 221, 0.35)'

    Fill color for area mode (normal utilization).

    areaLineColor: string = '#6677dd'

    Stroke color for area mode line (normal).

    areaOverAllocatedColor: string = 'rgba(208, 104, 104, 0.35)'

    Fill color for area mode (over-allocated region).

    areaOverAllocatedLineColor: string = '#d06868'

    Stroke color for area mode line (over-allocated).

    barBorderRadius: number = 1

    Border radius of histogram bars.

    normalColor1: string = '#96a8f0'

    Gradient start color for bars within capacity.

    normalColor2: string = '#6677dd'

    Gradient end color for bars within capacity.

    overAllocatedColor1: string = '#f09090'

    Gradient start color for bars exceeding capacity.

    overAllocatedColor2: string = '#d06868'

    Gradient end color for bars exceeding capacity.

    scaleFactor: number = 1.5

    Scale factor: 1.5 means 100% capacity = 2/3 of available row height.

    thresholdLineColor: string = '#888888'

    Color of the capacity threshold line.

    thresholdLineStyle: "solid" | "dashed" | "dotted" = 'dashed'

    Style of the threshold line.

    thresholdLineWidth: number = 1

    Width of the threshold line in pixels.