http://code.google.com/intl/pl/apis/chart/interactive/docs/quick_start.html
and example on fiddle:
http://jsfiddle.net/invernizzie/T4yWz/1/
how to remove padding or margins in this example?
|
http://code.google.com/intl/pl/apis/chart/interactive/docs/quick_start.html and example on fiddle: http://jsfiddle.net/invernizzie/T4yWz/1/ how to remove padding or margins in this example? |
||||
|
|
|
By adding and tuning some configuration options listed on this page, you can create a lot of different styles. For instance, here is a version that removes most of the extra blank space by setting the
If you'd like to tune it further, try changing some of these values or try some of the other properties from the page mentioned above. |
|||||||||
|
|
I am quite late but any user searching for this can get help out it. Inside the options you can pass a new parameter called chartArea.
left and top options will define the amount of padding from left and top. Hope this will help |
|||
|
|
|
There is this possibility like Aman Virk mentioned
But keep in mind that the padding and margin aren't there to bother you. If you have the possibility to switch between different types of charts like a ColumnChart and the one with vertical columns then you need some margin for displaying the labels of those lines. If you take away that margin then you will end up showing only a part of the labels or no labels at all. So if you just got one chartype then you can change the margin and padding like Arman said but if it's possible to switch don't change them. I know this is an old question but it strucked me while working with this solution. |
||||
|
|