linePlot

function linePlot<A extends ContinuousAnnotation, C extends Chart>(config: LinePlotConfig <A, C>): d3.Selection

This renders PlotAnnotations as line plots in a Chart.

Type parameters

  • A: ContinuousAnnotation

  • C: Chart

Parameters

  • config: LinePlotConfig <A, C>

Returns: d3.Selection <SVGGElement, string, any, any>