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,
    width: '85%'
}

These options can either be numbers (number of pixels) or strings (percent 
of total height or width, as appropriate).  You can mix and match numbers 
and strings however you like.  Any of these options that you omit will use 
the chart defaults.

On Monday, September 15, 2014 8:46:10 AM UTC-4, Shivani Kanakhara wrote:
>
> 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 to manage it?
>> I made changes in chartArea.left and chartArea.Top values but didn't work
>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Visualization API" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-visualization-api.
For more options, visit https://groups.google.com/d/optout.

Reply via email to