GlyphMapping

interface GlyphMapping

An interface that contains a D3 selection to a glyph and the Chart it’s rendered in.

Properties

chart

chart: Chart <any>

A reference to the Chart that the glyph is rendered in.

selection

selection: Selection <any, any, any, any>

The D3 selection to the glyph.