/
Displaying only the First and Last Category Label
Displaying only the First and Last Category Label
This article describes how to hide all but the first and the last category labels using CSS.
Step-by-Step-Guide
Insert the following code in the "custom.css" of your application and change the components name (<NameChart>) to the actual one from your application.
#<NameChart>_control .categoryLabels { display: none !important; } #<NameChart>_control .categoryLabels:first-child, #<NameChart>_control .categoryLabels:last-child { display: block !important; }
Related Articles
, multiple selections available,
Related content
en GPS Tab1 Start (charts) TBL
en GPS Tab1 Start (charts) TBL
More like this
en GPS Tab4 Chart Specific (matrix)
en GPS Tab4 Chart Specific (matrix)
More like this
de GPS Tab4 Chart Specific (matrix)
de GPS Tab4 Chart Specific (matrix)
More like this
en GPS Tab2 Data (charts) SAC
en GPS Tab2 Data (charts) SAC
More like this
de GPS Tab2 Data (charts) LDE
de GPS Tab2 Data (charts) LDE
More like this