Type alias AnnotationSetting

AnnotationSetting: ["id", string] | ["label", string] | ["opacity", number] | ["showHoverLabel", boolean] | ["tag", string]

Possible settings that can be applied to generic annotations.

Specific annotation instances (e.g. Circles) can have additional settings.

Generated using TypeDoc