cancel
Showing results for 
Search instead for 
Did you mean: 

Define colors to bar char

Former Member
0 Kudos

Hi Experts,

I create a bar char and I need to specify a color for each bar. Is possible to change the color of the bar on bar char?

I tried on additional properties and I don't see the way, I suppose I would need a css code but I didn't found how to do it Do you know how I can change them?.

Thank you !

Accepted Solutions (1)

Accepted Solutions (1)

TammyPowlas
Active Contributor
0 Kudos

Hi Oscar - please have a look at this thread:

Former Member
0 Kudos

Thank you Tammy

I found there the way to do it:

customChart1 g.v-column g.v-datashape:nth-child(1) rect.v-datapoint.v-morphable-datapoint {fill: orange;}

customChart1 g.v-column g.v-datashape:nth-child(2) rect.v-datapoint.v-morphable-datapoint {fill: red;}

Answers (0)