@pond-ts/charts API Reference
    Preparing search index...

    Interface BoxStyle

    A resolved box-and-whisker style (BoxPlot). The q1→q3 box is a filled rect (fill at fillOpacity) outlined by stroke/strokeWidth; the median line and the whisker (the lower/upper stems + caps) get their own colour/width so the median reads against the fill. Whiskers and the box outline are drawn at full alpha (only the box fill is graded by fillOpacity).

    interface BoxStyle {
        fill: string;
        fillOpacity: number;
        median: string;
        medianWidth: number;
        stroke: string;
        strokeWidth: number;
        whisker: string;
        whiskerWidth: number;
    }
    Index

    Properties

    fill: string
    fillOpacity: number
    median: string
    medianWidth: number
    stroke: string
    strokeWidth: number
    whisker: string
    whiskerWidth: number