This lesson will cover the following topics:

03 | Actions

01 Getting Started

This tutorial covers chart interactivity actions.

02 Axis Values

In the chart element menu under the Interactivity tab, you can configure the values for your axes.

Screenshot of the bar chart settings menu showing the axis config section

03 Actions

You need to insert an interactive element into your project to affect your graph - for example, a button.

1. Click the button interactivity icon. The On Click Action window opens.

Screenshot of the button menu with the interactivity icon highlighted

2. Select the Start + icon, choose Chart Interactivity as the node, and click Next.

Screenshot of the on click action window with the add node screen overlayed

3. Use the dropdowns to select the value you want to affect, the chart, and the value that will be applied to the chart. Click Next.

Screenshot of add node chart interactivity window

4. Enter a Tag name and click Insert.

You can repeat the same steps for multiple elements on your chart.

Below is the configuration for the Y-Axis Maximum.

Screenshot of the Set Y axis Maximum configuration.

Below is the configuration for the Y-Axis Step.

Screenshot of the Set Y axis Maximum step configuration.

After completing all the configuration, the On Click Action window displays as follows:

Screenshot of the on click action window

The user will be able to set the axis values and apply them by clicking the button.

Screenshot of the example project showing how the axes values are affected

04 Got Feedback?