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