Documentation
Interactions
Using interactions
How to set up actions or interactions for visualizations, filters, components, and views.
Set up a navigate interaction
You can set up a navigate interaction so that when you click on a data point or any visualization or component, a second view is opened such as a dashboard or URL that can show filtered data corresponding to a clicked data point.
Navigate to URL
This article shows you how to set up interactions that navigate to a URL that includes the clicked value.
Set up a hover over interaction
This article shows you how to set up a hover over interaction so that a second dashboard is displayed in a popup and filtered accordingly when you hover over a data point on the first dashboard.
Set up a drill down interaction
A drill down interaction lets you navigate one level down in a hierarchy when you click or tap a data point, and filters to data points that make up the one you selected.
Set up a filter interaction
A filter interaction lets you set up a data visualization so that when data is clicked, other visualizations with compatible data can be automatically filtered to the same selection.
Use a button to apply a filter value
This article shows you how to set up a filter interaction on a button or other component, which will filter a visualization when clicked.
Create a help overlay using layers
This walkthrough shows how you can allow viewers to interactively show and hide content.
Expand or collapse a template grid cell
This walkthrough shows you how to set up a button to expand or collapse a template grid cell without any scripting.
Set up a data input interaction
A data input interaction lets viewers of dashboards or other views append data to the Data Input transform in a data cube. This article walks through how to set up this type of interaction.
Using the script editor
Learn how to use the script editor when editing dashboards and other views to provide custom functionality.