Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

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 handlerDescriptionPayload
NOW_VIS_WRAPPER#PROPERTY_OVERRIDEThis 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#SELECTEDThis 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#CLICKEDThis 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

Component properties for the Data visualization

Sample code for the Data visualization component