I have used Markdown in TSVB visualization for creating a master dashboards which contains static data like dashboard name and its URL. The standalone markdown visualization does not support CSS for formatting the text so planned to use TSVB. Everything is working as expected . Problem started when I accessed the same dashboard with user having read-only access it is throwing error saying "The request for this panel failed". Any help is much appreciated.
Markdown
[DashboardOne][1] [DashboardTwo][2] [DashboardThree][3] [DashboardFour][4]
[1]: <>
[2]: <>
[3]: <>
[4]: <>
CSS:
text-align: Center;
em {
font-style: normal;
text-decoration: none;
font-size: 0.6em;
color:#346DC8;
font-weight: 400;
word-spacing: 1px;
display:inline-block;
padding: 15px
}
Data: I have not made any Changes..