chore(docs): remove filterbox section from Exploring docs page (#27356)

This commit is contained in:
Sam Firke 2024-03-01 11:48:17 -05:00 committed by GitHub
parent ad6327db95
commit 7353055e45
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 27 deletions

View File

@ -200,33 +200,6 @@ top of the box.
To exit, select any other part of the dashboard. Finally, dont forget to keep your changes using
**Save changes**.
### Filter Box
In this section, you will learn how to add a filter to your dashboard. Specifically, we will create
a filter that allows us to look at those flights that depart from a particular country.
A filter box visualization can be created as any other visualization by selecting **+ ‣ Chart**,
and then _tutorial_flights_ as the datasource and Filter Box as the visualization type.
First of all, in the **Time** section, remove the filter from the Time range selection by selecting
No filter.
Next, in **Filters Configurations** first add a new filter by selecting the plus sign and then edit
the newly created filter by selecting the pencil icon.
For our use case, it makes most sense to present a list of countries in alphabetical order. First,
enter the column as Origin Country and keep all other options the same and then select **Run
Query**. This gives us a preview of our filter.
Next, remove the date filter by unchecking the Date Filter checkbox.
<img src={useBaseUrl("/img/tutorial/filter_on_origin_country.png" )} />
Finally, select **Save**, name the chart as Tutorial Filter, add the chart to our existing Tutorial
Dashboard and then Save & go to dashboard. Once on the Dashboard, try using the filter to show only
those flights that departed from the United Kingdom you will see the filter is applied to all of
the other visualizations on the dashboard.
### Publishing Your Dashboard
If you have followed all of the steps outlined in the previous section, you should have a dashboard