SeriesDefaultsNotes
The configuration options of the series notes.
icon?
The icon of the notes.
label?
The label of the notes.
line?
The line of the notes.
visual?
(e: SeriesNoteVisualArgs) => Element
A function for creating a custom visual for the notes.
The available argument fields are:
rect
—The geometryRect
that defines the note target rect.options
—The note options.createVisual
—A function for getting the default visual.category
—The category of the note point.dataItem
—ThedataItem
of the note point.value
—The value of the note point.sender
—The Chart instance.series
—The series of the note point.text
—The note text.