/
Displaying only the First and Last Element Label
Displaying only the First and Last Element Label
This article describes how to hide all but the first and the last element labels using CSS.
Step-by-Step-Guide
Insert the following CSS code in the "custom.css" of your application and change the chart name (<ChartName>) to the actual one from your application.
#<ChartName>_control .barLabels { display: none; } #<ChartName>_control .barLabels:first-child, #<ChartName>_control .barLabels:last-child { display: block; }
Related Articles
, multiple selections available,
Related content
Displaying only the First and Last Category Label
Displaying only the First and Last Category Label
More like this
Hiding a Series' Element Labels
Hiding a Series' Element Labels
More like this
Ausschließlich Erste und Letzte Element-Beschriftung anzeigen
Ausschließlich Erste und Letzte Element-Beschriftung anzeigen
More like this
Element-Labels einer Serie ausblenden
Element-Labels einer Serie ausblenden
More like this
LabelPositioningMode
LabelPositioningMode
More like this
StackedBarLabelPosition
StackedBarLabelPosition
More like this