CategoryAxisNotes
The configuration options of the category axis notes.
NAME | TYPE | DEFAULT | DESCRIPTION |
---|---|---|---|
data? | any[] | The items of the notes. | |
icon? | The icon of the notes. | ||
label? | The label of the notes. | ||
line? | The line of the notes. | ||
position? | The position of the category axis note. The available options are:
| ||
visual? | (e: AxisNoteVisualArgs) => Element | A function that can be used to create a custom visual for the notes. The available argument fields are:
|