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

    Function LineChart

    • A line draw layer. Reads column from series into a ChartSeries (columnar, gaps as NaN), registers itself into the enclosing Layers (scaling against its axis), and renders nothing to the DOM — the row draws it. The line breaks at gaps rather than spanning them.

      Type Parameters

      • S extends SeriesSchema = SeriesSchema
      • VS extends ValueSeriesSchema = ValueSeriesSchema

      Parameters

      Returns null