CDU-data-science-team / pxtextminingdashboard

Text mining and visualization of NHS patient feedback.
https://feedbackmatters.uk/rsconnect/text_mining_dashboard/
Other
4 stars 1 forks source link

Display whole dashboard title #20

Closed andreassot10 closed 3 years ago

andreassot10 commented 3 years ago

Shinydashboard hides the full dashboard title:

image

The title of the dashboard is Text Mining of Patient Feedback, but the word "feedback" does not display. This is very annoying.

Increasing titleWidth to 400 in dashboardHeader pushes the icon that hides/reveal the sidebar to the right:

image

This is definitely not the desired behaviour.

Use a smaller font size the only solution?

ChrisBeeley commented 3 years ago

I tried putting a line break in, that doesn't work. You can put the title to the right of the icon, but it's a bit hacky https://stackoverflow.com/questions/45176030/add-text-on-right-of-shinydashboard-header

I don't think there is a nice way of doing it