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

    Type Alias CandleVariant

    CandleVariant: "candle" | "bar" | "hollow"

    How an OHLC mark renders (pjm17971's fork 2 — bundled as one component, like BoxShape, not split into a separate <OHLCBar>):

    • candle (default) — a filled open→close body with a high–low wick.
    • bar — an OHLC tick bar: a high–low stem with a left tick at open and a right tick at close, no body.
    • hollow — like candle, but a rising candle (close > open) draws a hollow (outlined) body and a falling / doji one a filled body.