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
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
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