chevronLine
function chevronLine<A extends Annotation, C extends Chart>(config: ChevronLineConfig <A, C>): d3.Selection
This renders Annotations as lines with chevron arrows in a Chart.
Type parameters
A: Annotation
C: Chart
Parameters
config: ChevronLineConfig <A, C>
Returns: d3.Selection <SVGGElement, string, any, any>