core
/
io.data2viz.charts.core
/
TriggerMode
common
Trigger
Mode
enum
TriggerMode
:
Enum
<
TriggerMode
>
Content copied to clipboard
Define when to trigger an event when interacting with a
Mark
sign, based on the cursor position.
Entries
Entries
Nearest
Link copied to clipboard
common
Nearest
()
Content copied to clipboard
The nearest element is selected.
Hover
Link copied to clipboard
common
Hover
()
Content copied to clipboard
The element is selected only when passing over its "selection zone".
Column
Link copied to clipboard
common
Column
()
Content copied to clipboard
Mainly used for X-aligned category-charts, highlight the nearest element in the current "column"
Row
Link copied to clipboard
common
Row
()
Content copied to clipboard
Mainly used for Y-aligned category-charts, highlight the nearest element in the current "row"
Auto
Link copied to clipboard
common
Auto
()
Content copied to clipboard
This default mode, will switch automatically to the best mode based on the chart configuration.