[visualization-api] Re: Google Table chart font styling

2014-09-22 Thread Gareth Carver
On Monday, 22 September 2014 12:44:05 UTC+2, Gareth Carver wrote: > > Im trying to set the font style within a google table chart, how would I > do this ? My code is below > > var options = { > legend: 'simple', > curveType: 'function', > pointSize: 5, > title: 'QUEUE', > wi

Re: [visualization-api] Re: Google Table chart font styling

2014-09-22 Thread 'Sergey Grabkovsky' via Google Visualization API
It does support it. You can use the style property on your cell, as shown here: https://developers.google.com/chart/interactive/docs/gallery/table#Data_Format On Mon Sep 22 2014 at 7:30:39 AM Gareth Carver wrote: > > > On Monday, 22 September 2014 12:44:05 UTC+2, Gareth Carver wrote: >> >> Im t

[visualization-api] Re: Google Table chart font styling

2014-09-22 Thread Gareth Carver
On Monday, 22 September 2014 12:44:05 UTC+2, Gareth Carver wrote: > > Im trying to set the font style within a google table chart, how would I > do this ? My code is below > > var options = { > legend: 'simple', > curveType: 'function', > pointSize: 5, > title: 'QUEUE', > wi