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:- [image: Google Charts Interval DataTable role] 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. -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-visualization-api/-/vfrmeCXioH0J. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-visualization-api?hl=en.
