[visualization-api] Re: Column Charts spacing

2014-09-15 Thread Shivani Kanakhara
Here's the sample: http://jsfiddle.net/api/post/library/pure/ I want to remove extra space from left and top. On Monday, September 15, 2014 6:03:33 PM UTC+5:30, Shivani Kanakhara wrote: There is a lot of spacing at the top and left of browser window when i generate the column chart. How

[visualization-api] Re: Column Charts spacing

2014-09-15 Thread Andrew Gallant
That link does not show anything, but I believe I know how to fix your problem anyway. Set the chartArea.top/left/width/height options to change the location and dimensions of the inner chart area (where the bars are drawn): chartArea: { top: 10, left: '5%', height: 350,

[visualization-api] Re: Column Charts spacing

2014-09-15 Thread Shivani Kanakhara
Thanks it worked :) On Tuesday, September 16, 2014 4:59:35 AM UTC+5:30, Andrew Gallant wrote: That link does not show anything, but I believe I know how to fix your problem anyway. Set the chartArea.top/left/width/height options to change the location and dimensions of the inner chart area