Drilldown to relative external link
Hi,
we are building our reacJS app that embeds dashboards and visualisations ((
https://www.gooddata.com/docs/cloud/embed-visualizations/#referential-components).
We have a use case where we would like to offer a drilldown from an Insight component to another page from GD
2 questions:
1. how do we programmatically set a drilldown url for the insight, pointing to a relative url (relative=another react url in our app)?
2. how do you programmatically embed a “drilldown-ed” version of a visualisation? In the GD UI, on a chart, you set a drilldown to open, say, a list of values “behind” the selected data point. With the React UI SDK, how would we embed only the driled down table with the filter preset to an arbitrary value?