Posted 5 May 2020, 3:34 am EST - Updated 3 October 2022, 4:25 pm EST
Using the css properties it addes custom color to all the labels and title of the series.
Code:
.wj-flexchart .wj-axis-y .wj-title{
fill:rgb(251, 178, 88) ;
}
.wj-flexchart .wj-label{
fill:rgb(251, 178, 88) ;
}
→ Is there a way to add different custom color to individual the labels and title of the different series and axis?. The above code adds the properties to all the elements of the flexchart consisting of multiple axis as shown in the image.