How to drill down from graph to another graph?

I'm currently using kibana 6.6 and i'm trying to see if it's possible to drill down from a vertices on the graph to another graph?

In Dashboard, you can click on a graph to create a filter that will be applied to other panels in the dashboard.

It is not yet possible to click on a graph and drill into another dashboard or visualization. However, we are working such a feature. Follow https://github.com/elastic/kibana/issues/32371 for details.

In the settings part of the query it is possible to create "drill down links" to any URL, including other graph visualizations.
Taking the url of a saved workspace you can append a ?query= parameter which can take lucene query strings, elasticsearch query DSL as JSON strings or Graph API explore requests as JSON strings.