Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello everybody,
I have a map visualization that uses a cyclic dimension.
Is it possible to iterate through the cyclic dimension from within the map viz? At the moment I have a button that cycles through the dimensions and it works perfectly fine.
My issue however, when I maximize the map viz, I can not click the button (i.e. cycling through dimensions) anymore.
Is there a way to embed the button into the visualization or any other way to achieve cycling through dimensions when the map is in full-screen?
Please see screen-cap and app attached below.
Thanks in advance!
@NoNameFound
You can use the container layout and overlay the button chart on your map chart.
- Matheus
@NoNameFound
You can use the container layout and overlay the button chart on your map chart.
- Matheus
Works like a charm, thank you! 🙂
This solution is clean and a very practical example.