@rekurt/openkline - v0.2.0
    Preparing search index...

    Type Alias PaneKind

    PaneKind: "price" | "volume" | "indicator"

    A horizontal band of the chart with its own Y-axis and price range.

    PaneKind describes how the pane is used:

    • price: the main candlestick/line area. One per chart, id=main.
    • volume: the built-in volume sub-pane (optional).
    • indicator: user-added sub-panes for RSI, MACD, stochastic, etc.

    Each pane owns its own priceMin/priceMax/volumeMax auto-scaled state, and can independently toggle linear/log Y-axis.

    Bounds (top/bottom) are computed by the parent PaneLayout based on each pane's heightRatio and the total available chart height.