The Customized Table Example <https://developers.google.com/chart/interactive/docs/examples#custom_table_example> talks about passing in a cssClassNames object to the .draw() method. However, the documented cssClassNames <https://developers.google.com/chart/interactive/docs/gallery/table#configuration-options> object won't accept a value for the table itself. My issue is that I simply want to set a CSS property, namely,margin:auto, so that my guages will be centered on my webpage (in my div). Note, I tried setting a global CSS table{margin:auto} but it don't work...
Why is this so hard? It would be easy if I could attach an id or class to the table itself, wouldn't it? All I would have to do is tell JS, style.margin = 'auto'; How do I do this? -- 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 post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-visualization-api. To view this discussion on the web visit https://groups.google.com/d/msgid/google-visualization-api/22061457-2357-4069-b65a-112ab9c65b10%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
