If you have a word starting with “_” in the dashboard panel title, you see weird text like “{data-width=100}” in the panel title.
You can fix this by removing the heading “_” from the word.
It happens because the title text supports the markdown syntax. In markdown, underscores are used for making a word italic, for example, markdown text _test_
will be transformed to test . If you have a word like _test
, it is considered as an invalid markdown because there is no ending “_” and it causes this problem.