Currently, I am using an external CSS file as suggested in the 
documentation.

var cssClassNames = {
               'headerRow': 'grm3ChartlyTableHeader',
               'tableRow': '',
               'oddTableRow': 'grm3ChartlyTableOddRow',
               'selectedTableRow': '',
               'hoverTableRow': '',
               'headerCell': '',
               'tableCell': '',
               'rowNumberCell': ''
               };

But I would prefer to do something like this ... more of an inline css 
style. Why? Because I am allowing end users to dynamically change the style 
of their tables before publishing to an active site.

var cssClassNames = {
               'headerRow': 'background-color: #000000;',
               'tableRow': '',
               'oddTableRow': 'background-color: #F1F1F1;',
               'selectedTableRow': '',
               'hoverTableRow': '',
               'headerCell': '',
               'tableCell': '',
               'rowNumberCell': ''
               };

Also, I notice I cannot remove the gradient from headerRow ... it seems to 
never be a solid color like a want. I have tried background: none but that 
makes the background white and I want it to be a solid blue.

THANKS FOR ANY ASSISTANCE.

-- 
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/77846df2-5a11-412d-966a-d0b0bf08381f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to