/
Changing the Series Labels' Color in Stacked Bar Chart
Changing the Series Labels' Color in Stacked Bar Chart
This article describes how to define the color of the stacked bar charts' series labels using CSS.
Step-by-Step-Guide
Insert the following CSS code in the "custom.css" of your application.
stackedbarLabels1 //stackedbarLabels1 for series 1, stackedbarLabels2 for series 2,… { fill: #ff0000; //depending on the required font-color }
Related Articles
, multiple selections available,
Related content
Farbe der Serienbeschriftungen im Stacked Bar Chart ändern
Farbe der Serienbeschriftungen im Stacked Bar Chart ändern
More like this
Stacked Column Module
Stacked Column Module
More like this
Line color/ style (linechart)
Line color/ style (linechart)
More like this
Displaying only the First and Last Element Label
Displaying only the First and Last Element Label
More like this
Hiding a Series' Element Labels
Hiding a Series' Element Labels
More like this
Element-Labels einer Serie ausblenden
Element-Labels einer Serie ausblenden
More like this