Hi,
I am using Google Charts DataTable Roles https://developers.google.com/chart/interactive/docs/rolesexperimental feature to draw intervals and annotations in graphs as specified in the above link.
But I want to explicitly specify color of the interval. For example, in the below charts the color of the interval is blue:-

How can I change the color of the intervals to say yellow? I have observed that by default, it takes the color of the curve, for example, the color of the line is blue and hence the color of the interval is blue.
I tried the following approach but failed:-
addColumn({type:'number', role:'interval', color: 'yellow'});
Any help would be very appreciated.
--To view this discussion on the web visit https://groups.google.com/d/msg/google-visualization-api/-/Iei9719g9-wJ.
You received this message because you are subscribed to the Google Groups "Google Visualization API" group.
To post to this group, send email to google-visua...@googlegroups.com.
To unsubscribe from this group, send email to google-visualizati...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-visualization-api?hl=en.