Hello,

I'm new to using Google Charts and I am currently trying to figure out how 
to style the Annotation Chart correctly.
It seems like it's a chart that is a combination of different components 
(i.e. line chart, timeline, table) which would require targetting each 
specific component to style respectively.
So far I managed to change the color of the chart and its respective area, 
but I am struggling to do the same for the table/panel on the right, top, 
and bottom (buttons included)

Below is my options code that depicts the following image:

var detectionOptions = {
      displayAnnotations: true,
      chart: {
        backgroundColor: '#333',
        hAxis: {
          textStyle: {
            color: 'white'
          }
        },
        vAxis: {
          textStyle: {
            color: 'white'
          }
        },
        chartArea: {
          backgroundColor: '#333',
        }
      }

[image: aaa.PNG]



-- 
You received this message because you are subscribed to the Google Groups 
"Google Visualization API" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-visualization-api/6154d724-0a71-476c-bf4f-0f79e30e1263%40googlegroups.com.

Reply via email to