GlyphCallback
type GlyphCallback = (d: AnnotationDatum <A, C>): V
A type that describes the callback functions used across SODA to define glyph properties dynamically.
Type parameters
A: Annotation
C: Chart
V: generic
type GlyphCallback = (d: AnnotationDatum <A, C>): V
A type that describes the callback functions used across SODA to define glyph properties dynamically.
Type parameters
A: Annotation
C: Chart
V: generic