Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Drilldowns][Docs] Communicate the visualization types that support drilldowns #78761

Merged
merged 5 commits into from
Oct 1, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions docs/user/dashboard/dashboard-drilldown.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,26 @@ This example shows a dashboard panel that contains a pie chart with a configured
[role="screenshot"]
image::images/drilldown_on_piechart.gif[Drilldown on pie chart that navigates to another dashboard]

[float]
[[dashboard-drilldown-supported-panels]]
==== Supported panels

The following panels support dashboard drilldowns:

* Lens
* Area
* Data table
* Heat map
* Horizontal bar
* Line
* Maps
* Pie
* TSVB
* Tag cloud
* Timelion
* Vega
* Vertical bar

[float]
[[drilldowns-example]]
==== Try it: Create a dashboard drilldown
Expand Down Expand Up @@ -74,3 +94,4 @@ image::images/drilldown_on_panel.png[Drilldown on pie chart that navigates to an
+
You are navigated to your destination dashboard. Verify that the search query, filters,
and time range are carried over.

16 changes: 16 additions & 0 deletions docs/user/dashboard/url-drilldown.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,22 @@ image:images/url_drilldown_go_to_github.gif[Drilldown on pie chart that navigate

NOTE: URL drilldown is available with the https://www.elastic.co/subscriptions[Gold subscription] and higher.

[float]
[[url-drilldown-supported-panels]]
==== Supported panels

The following panels support URL drilldowns:

* Lens
* Area
* Data table
* Heat map
* Horizontal bar
* Line
* Pie
* Tag cloud
* Vertical bar

[float]
[[try-it]]
==== Try it: Create a URL drilldown
Expand Down