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

    Function YAxis

    • A y-axis for a ChartRow, rendered as DOM chrome (not canvas) so the text is crisp, themeable, and accessible. Registers its id / side / width / domain with the row, which reserves the gutter (shrinking plotWidth) and computes this axis's scale from the charts linked to it; the gutter then draws tick marks + labels from that scale. Charts attach via <LineChart axis="id"> (default: the first axis).

      Parameters

      Returns Element