Event handler in the Data visualization component
A component triggers an event when a certain condition is met or on user interaction. The event can be used to execute an action through a code on a third-party webpage.
| Event handler | Description | Payload |
|---|---|---|
| NOW_VIS_WRAPPER#PROPERTY_OVERRIDE | This event is dispatched when the visualization overrides its property.For example, when the user selects a different group by from the alternative group by selection. | `properties` |
| NOW_VIS_WRAPPER#SELECTED | This event is dispatched when the user selects order-selects element on data visualizations, typically to filter other content on the page. | `title, type, isSelected, params, data` |
| NOW_VIS_WRAPPER#CLICKED | This event is dispatched when the visualization is selected. | `title, type, params, data` |
Related topics
Configure the Data visualization component instance
Embed the Data visualization component instance on the third-party website