Full screen view in workshop

User’s need: Medium to High
Developer’s need: High need

Is it possible to have the same idea as in Slate where in a container we can put a Chart widget and then have a button giving you the full-screen view of it. (top right button)

A workshop exists by creating a button and linking that to a modal but that would save us a lot of time if it is natively available through an option at least.

3 Likes

Hi Ben,

There’s no default functionality like this, but what you could do to mimic is:

  • Create a overlay who’s size is ‘Full Screen’
  • Copy that chart widget & paste it in that overlay
  • Add a button that is the income you want (in your case ‘expand’ most likely’)
  • Make that buttons event open the overlay you just made.

Hope this helps!

Hi,

Yes, this is an option we had in mind since the beginning, we just wanted to know if something was on the way to answer that need in a more automatic way.

In any case if you are developing that feature, let us know.

1 Like

Hello,
This feature would be very useful. On my side, I have a dashboard with around 40 KPIs, and it’s hard to maintain because if I decide to update my typescript functions , I have to update them individually in the main pages and for each overlay as we can’t activate the “auto-update” for charts based on functions in Workshop.

1 Like