Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Schritt-für-Schritt-Anleitung

 

...

This article describes how to hide all but the first and the last element labels using CSS.

Image Added

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.

Code Block
languagecss
#<ChartName>_control .barLabels 
{
    display: none;
}

#<ChartName>_control .barLabels:first-child,
#<ChartName>_control .barLabels:last-child 
{ 
    display: block;
}

Filter by label (Content by label)
showLabelsfalse
max5
spacesKUNDEN
showSpacefalse
sortmodified
reversetrue
typepage
cqllabel = "kb-how-to-article" and type = "page" and space = "KUNDEN"
labelskb-how-to-article

Page Properties
hiddentrue
 
Verwandte Vorgänge