navigator.categoryAxis.notes.data.iconObject
The icon of the note.
navigator.categoryAxis.notes.data.icon.backgroundString
The background color of the note icon.
navigator.categoryAxis.notes.data.icon.borderObject
The border of the icon.
navigator.categoryAxis.notes.data.icon.border.colorString
The border color of the icon.
navigator.categoryAxis.notes.data.icon.border.widthNumber
The border width of the icon.
navigator.categoryAxis.notes.data.icon.sizeNumber
The size of the icon.
navigator.categoryAxis.notes.data.icon.typeString
(default: "circle")
The icon shape.
The supported values are:
- "circle" - the marker shape is circle.
- "square" - the marker shape is square.
- "triangle" - the marker shape is triangle.
- "cross" - the marker shape is cross.
navigator.categoryAxis.notes.data.icon.visibleBoolean
(default: "true")
The icon visibility.
In this article