You're right about the tables, and probably the org charts (I don't use them). In fact, the tables have a really nice approach that lets you assign classes so that you can style them to match your other tables.
But the text fields in the other visualization elements seem to be affected by CSS. For example, in a BarChart or Gauge, I can drill down in Firebug to see text elements nested deeply inside an SVG tag. They respond to styles, assuming you can get to them. I'd also like to be able to activate/deactivate scroll bars when they appear around the Tables, which I believe involves applying a style to one of the containers generated by the visualizations. It looks like the other components, such as the rectangles and strokes, cannot be styled via css. My initial motivation was finding a handle to the Gauge labels so that they can be styled. I'd love to be able to make their text a little bolder and larger, perhaps even give the numbers a glow that matches the color where the needle lies. So perhaps I'll amend this request to: Generate some stylesheet handles that let users style the text in the visualizations as well as the generated visualization containers. Does that make sense? -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. 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.
