Re: [visualization-api] font-size of the table

2015-05-18 Thread 'Sergey Grabkovsky' via Google Visualization API
Hi Wilson, For the Table, you would have to do this using CSS and the cssClassNames option. Here is an example: https://jsfiddle.net/79j0x97m/ On Sat, May 16, 2015 at 4:56 PM Wilson Rogério Braun wrote: > How can I change the font size of the table in the code below? > > > var value; >

[visualization-api] font-size of the table

2015-05-16 Thread Wilson Rogério Braun
How can I change the font size of the table in the code below? var value; google.load("visualization", "1", { packages: ["table"] }); google.setOnLoadCallback(function () { drawtable('') }); $(document).ready(function () { value = $("#animal").val