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

    Interface StackedBarGraphOptions

    Options for the StackedBarGraphStrategy.

    interface StackedBarGraphOptions {
        barWidthRatio?: number;
        borderRadius?: number;
        normalised?: boolean;
    }
    Index

    Properties

    barWidthRatio?: number

    Fraction of the column width used by the bar (0–1).

    0.6
    
    borderRadius?: number

    Corner radius for the topmost segment of each stack.

    3
    
    normalised?: boolean

    When true, each stack is normalised to 100 % so all bars reach the top — useful for comparing proportions.

    false