Cross-filtering¶
We will now introduce cross-filtering. Cross-filtering allows you to select a data element from a chart (such as a table row or a slice from a pie chart) and apply it as a filter across all eligible charts within the dashboard.
Eligible Charts¶
To use cross-filtering, you need to use an eligible chart:
- All charts built with ECharts
- Area Chart
- Bar Chart
- Graph Chart
- Line Chart
- Mixed Chart
- Pivot Table Chart
- Scatter Plot
- Smooth Line Chart
- Stepped Line Chart
- Table Chart
- World Maps
Applying Cross-Filters¶
Cross-filters can be used in any dashboard with eligible charts.
To illustrate the usage of cross-filtering, we will do a walkthrough showing three charts: 1 table chart, 1 bar chart, and 2 pie charts. The data is comprised of superstore sales, with the pie charts showing profit by cities and profit by sub-categories and the table showing profit y cities.
In the profit by cities pie chart, let's hover the cursor over a city pie slice, and select it.
After doing this, the selected filter Dublin will be applied to the other two charts.
You'll notice in the image below that the other charts have been updated to reflect the applied filter:
Now, let's add another cross filter by selecting Furnishings in the "Profit by sub-categories" pie chart:
and you can see that both filters one from each pie chart are being applied to the table.
This is demonstrated by the small number "2" icon, which conveys the number of filters currently being applied to the chart:
You can check which cross-filters are active in the dashboard filter bar.
Each chart can only emit one cross-filter.
If you wish to apply a filter for multiple values, use the dashboard filter bar.
Disabling Cross-Filters¶
In some situations, you may want to prevent dashboard consumers from using cross-filtering.
To disable cross-filtering, click on the Gear icon in the dashboard filter bar, and uncheck the "Enable cross-filtering" box.