Column header format in table panel

Hello,

I use Grafana table panel with MySQL plugin to show some data. The query selects some data and looks like this:

select column1 as ‘My column1’, column2 as ‘My Column2’ from my_tables

In fact there are more columns and the column headers consist of more words. Currently Grafana displays all column header as one line text. If the column headers are too long, they woud be displayed “mixed” (one abover another), so that you can not read them.

I have found similar questions in the forum but unfortunately no answers.

Is there any possibility to use HTML or directly code newline in the column header text?

The automatic text wrap would be of course the best solution.

Regards,

Andrej

4 Likes