Re: [visualization-api] Column chart padding

2016-02-29 Thread Dan Jones
Spot on, couldn't find it for looking. Many Thanks On Monday, 29 February 2016 14:02:39 UTC, Daniel LaLiberte wrote: > > Hi Dan, > > Check out the chartArea option. You'll want to set the 'chartArea.left' > and 'chartArea.width' options. There is also now a 'chartArea.right' > option. > > On

Re: [visualization-api] Column chart padding

2016-02-29 Thread 'Daniel LaLiberte' via Google Visualization API
Hi Dan, Check out the chartArea option. You'll want to set the 'chartArea.left' and 'chartArea.width' options. There is also now a 'chartArea.right' option. On Mon, Feb 29, 2016 at 8:55 AM, Dan Jones wrote: > > I have a simple column chart which works perfect minus a padding I get on > left &

[visualization-api] Column chart padding

2016-02-29 Thread Dan Jones
I have a simple column chart which works perfect minus a padding I get on left & right Other chart types I have (Gant & Calendar) appear OK but the column chart has extra white space either side of the chart. How can I remove this padding? Only options specified are... var options = {