I'm working on a dashboard that need to display a big D3 visualization but want to display some other panels also in 1 view. (see image)
It's possible to drilldown opening a new window, but it doesn't make sense to open a new window for every time you click.
Let's say I open Dashboard A > drill down > it open a new window for Dashboard B
Is there an option to keep using the new window for the next drilldowns and just send the tokens needed?
Thx!
Just in case someone would look it up in the future..
We ended up creating a cookie that contain the tokens of Dashboard A and the drill down information
Dashboard B would then read the cookie values as tokens and use them
Just in case someone would look it up in the future..
We ended up creating a cookie that contain the tokens of Dashboard A and the drill down information
Dashboard B would then read the cookie values as tokens and use them