The style of the table chart you are seeing on the documentation page at https://google-developers.appspot.com/chart/interactive/docs/gallery/table is being affected by css that is not actually part of the example code. So this is a mistake in the documentation which we will fix so the chart and the code are consistent.
If you want the style of the chart now, you could grab it from your debugger and create your own CSS file, but it would be better to use the className and style properties of cells and the cssClassNames option to associate your style with the chart. On Thu, Jun 4, 2015 at 3:08 PM, dseely <[email protected]> wrote: > I'm working with a table chart, and I'm a little confused as to which > design is loading by default & why. The overview page shows the example > being styled in the new 'Material Design' style (or at least similar), but > when the call is run live from a page the old design loads by default. See > attachments. > > > <https://lh3.googleusercontent.com/-4OdENiwYQFE/VXCh8ZIja9I/AAAAAAAAAAM/JK9TBLkupxU/s1600/table-new-style.PNG> > > > > <https://lh3.googleusercontent.com/-KXLIzG1Ebjs/VXCh_Im_pXI/AAAAAAAAAAU/rC_qnRgjRPQ/s1600/old-table-jsfiddle.PNG> > > > I know that Google have been rolling out the new design to a lot of their > systems recently, so perhaps the API servers are currently in the process > of being rolled over. Not a huge deal, just annoying that I'm not sure what > to expect. > > -- > 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 > http://groups.google.com/group/google-visualization-api. > For more options, visit https://groups.google.com/d/optout. > -- Daniel LaLiberte <https://plus.google.com/100631381223468223275?prsrc=2> - 978-394-1058 [email protected] <[email protected]> 5CC, Cambridge MA [email protected] <[email protected]> 9 Juniper Ridge Road, Acton MA -- 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 http://groups.google.com/group/google-visualization-api. For more options, visit https://groups.google.com/d/optout.
