Collapsible Text or Markdown

I'm trying to make my dashboards cleaner. Currently we have descriptions that are important for users that are not familiar with the dashboard, but these are using real state for users that are familiar.

The solution would be collapsing it in either a Text or Markdown tile.
Is this possible with some code? If not, is something that could be added to the roadmap?

Thank you 

0 1 54
1 REPLY 1

Hey @crismiranda89 ! 
I would suggest first to use the native comment option for the dashboard tiles, as you can decide to be on the viz itself or on "i" icon button on the top, so if somebody doubts about the visualization, can hover and check there the description or comment about it.

Then, if this is not the solution that you are looking for, the next one will be the text tile with some html using the Markdown tile.
Include this code inside of the Body section of the Markdown tile:

 

<details>
  <summary>Click here for more dashboard details!</summary>
  <p> This dashboard contains the main KPIs and Marketing insights.<br> The owner is Jane Doe.<br>For more information check:...</p>
</details>​

It's a short example of what you may be looking for.
Please share your thoughts and which option you preferred.
Hope this helps!

 

Top Labels in this Space
Top Solution Authors