Change of Graph Colors

abhiyadav2001
Giga Expert

Hi All,

 

I have designed a Vertical Bar graph that is based on one table. The table has one field 'Type'. Its a choice list field. One of the value of this field is 'Emergency'. By default, the graph is plotting this field in Yellow. I want this field in Red.

 

I tried this by adding Red color to Color chart. In chart Colors form, I entered data as below.

 

1. Name : Table name

2. Element : Type   ( Field name )

3. Value : Emergency ( I checked the choice list of this field, the 'value' is 'Emergency' )

4. Color Name / Color : Tried in both ways. Using system color as Red and putting color manually

 

I followed below wiki page

http://wiki.servicenow.com/index.php?title=Configuring_Chart_Colors

 

Still I cant see the 'Emergency'   values in Red on Graph.

 

I am not sure what I might be missing ? Just a though in my mind is, I am using Calgary. Does it make any difference ?   Because glide.ui.chart.color property is starting with the Dublin release. Any other way to do this ?

 

Please advice.

 

Thanks,

Abhijeet

1 ACCEPTED SOLUTION

abhiyadav2001
Giga Expert

Hi



I have found the solution. In chart colors, I edited the field 'color'. put my desired color there. and it worked.


View solution in original post

5 REPLIES 5

Hi Doug,



That sounds interesting ! I will try that for sure.