Well, you're right, until a future feature will be released (still work in progress), there is always a margin between the chart and the element boundries. My solution would only help in cases where you're o.k. with those margins.
B On Mon, Jun 21, 2010 at 7:36 PM, Taylor Bayouth <[email protected]> wrote: > I just want to make sure we're talking about the same thing. That code > seems to resize the chart but it does not get rid of the white margin. > The chart is always around 30 pixels away from the boundary of the > element. I tried using CSS clip in hopes I could shave off the edges > like you would an image - no avail. Can you provide more information? > > -t > > > > On Sat, Jun 19, 2010 at 7:23 AM, Badtnik <[email protected]> wrote: > > Hey Taylor > > The feature you are describing is actually a feature we will start > working > > on soon, cannot yet say when It'll be out, hope it'll be soon. In the > > meantime, if youre working on a time critical project, a positioning > hackie > > hack you could use is setting the chart width to one golden ratio times > the > > width you are aiming towards. > > the exact formula is: > > widthWithMargins = (widthWithoutMargins) * 0.5 * (1 + sqrt(5)) > > http://en.wikipedia.org/wiki/Golden_ratio > > Badtnik > > On Sat, Jun 19, 2010 at 4:18 AM, Rockyraccoon <[email protected]> wrote: > >> > >> > >> > http://www.screencast.com/users/tbayouth/folders/Jing/media/c4c718a6-4ffb-4293-b7e0-ca3935944fa6 > >> > >> I can't seem to clip off the left/right white space. I am trying to > >> get this chart 950 pixels wide, no more, no less. Is this possible? > >> > >> -Tayl > >> > >> -- > >> You received this message because you are subscribed to the Google > Groups > >> "Google Visualization API" group. > >> To post to this group, send email to > >> [email protected]. > >> To unsubscribe from this group, send email to > >> [email protected]<google-visualization-api%[email protected]> > . > >> For more options, visit this group at > >> http://groups.google.com/group/google-visualization-api?hl=en. > >> > > > > -- > > You received this message because you are subscribed to the Google Groups > > "Google Visualization API" group. > > To post to this group, send email to > > [email protected]. > > To unsubscribe from this group, send email to > > [email protected]<google-visualization-api%[email protected]> > . > > For more options, visit this group at > > http://groups.google.com/group/google-visualization-api?hl=en. > > > > > > -- > Taylor Bayouth > www.merchengines.com > VP of Product > > 280 S. Beverly Drive, Suite 211 > Beverly Hills, CA 90212 > (310) 439-9181 > > -- > You received this message because you are subscribed to the Google Groups > "Google Visualization API" group. > To post to this group, send email to > [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-visualization-api%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-visualization-api?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-visualization-api?hl=en.
