What is the problem or goal the end user is trying to solve or accomplish?
Users would like to hide the title from an embedded dashboard, but still display the dashboard menu so that embedded users can download it as image.
How are they solving it currently?
It's possible to hide the title using CSS but it's a hacky solution.
What is the recommended solution by the Customer?
Add a new parameter for the dashboardUiConfig
, so that hideTitle
only hides the title, and hideMenu
would control if the menu should also be hidden or not.