[visualization-api] Re: Updating chart causes it to shrink

2014-09-03 Thread Andrew Gallant
Are you specifying the dimensions on the chart container or in the chart options? On Tuesday, September 2, 2014 4:08:51 AM UTC-4, Shreepad Patil wrote: Even I am getting a similar issue, this problem appears especially when even when I give the height and width parameters in 'em'. On

Re: [visualization-api] Re: Updating chart causes it to shrink

2014-09-02 Thread 'Daniel LaLiberte' via Google Visualization API
There is a flaw in the gauge chart in which, if you don't specify a fixed size container, repeated redraws will shrink the height and width by 4px each time. The problem involves the cellpadding on the table which is 2px. We can remove it, but I'd like to move the padding to another place where

[visualization-api] Re: Updating chart causes it to shrink

2012-08-08 Thread asgallant
You need to specify height and width parameters for the chart. See: http://jsfiddle.net/asgallant/T4S8x/ On Wednesday, August 8, 2012 6:03:28 PM UTC-4, Christian Sciberras wrote: This is my first time trying out this system. I'd like to point out that its setup is quite complicated as