Welcome to Knowage Q&A

Here you can read the Q&A history.

To get new community support please go to GitHub discussions (KnowageLabs/Knowage-Server · Discussions · GitHub).

0 votes
1 view

I would like to build a table in which to put the column headers vertically. Does anyone know if this is possible?

Environment Knowage 8.0.9
in Charting by (290 points)

1 Answer

0 votes

Hello rmartinez,

I think there is no possibility at the moment to do it with some settings.
It should be possible to use the css of the header to change a bit the behaviour and set a different height/rotation with a css property in the css editor of the cockpit like:

transform: rotate(45deg);

But of course that will require some fine tuning.

I will propose to evaluate that setting in the new version.

Regards

by (11.3k points)
...