Event handler in the Data visualization component

  • Release version: Australia
  • Updated March 12, 2026
  • 1 minute to read
  • 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.

    Table 1. Event handlers in Data visualization component
    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