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

    Interface BandStyle

    A resolved band style: fill colour + opacity (0–1) for the variance envelope.

    interface BandStyle {
        fill: string;
        opacity: number;
    }
    Index

    Properties

    Properties

    fill: string
    opacity: number