Diese Anleitung zeigt, wie per CSS alle Element Labels außer dem ersten und dem letzten ausgeblendet werden könnenThis article describes how to hide all but the first and the last element labels using CSS.
...
Step-
...
by-
...
Step-
...
Um nur das erste und das letzte Element Label anzuzeigen, kann folgender CSS-Code in die custom.css geschrieben werden, wobei <ChartName> dem Namen der Komponente entspricht (bspw.: GRAPHOMATECHART_1).
...
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 | ||
---|---|---|
| ||
#<ChartName>_control .barLabels { display: none; } #<ChartName>_control .barLabels:first-child, #<ChartName>_control .barLabels:last-child { display: block; } |
Verwandte Artikel
Related Articles
Filter by label (Content by label) | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Page Properties | |||
---|---|---|---|
| |||
|