If the axes on the left and right have different scales, then you can only
align 1 value between them.
Since you want 0 to be aligned, here is how to work it out. You want your
right-side axis to range between -15 and 150, and since 15, distance below
the 0 value, is 1/10 of 150, then you need your left-side axis to also have
a negative value that is 1/10 of the range on that side. 1/10 of 450 is
45, so try this:
vAxes: {
0: { viewWindow: { min: -45, max: 450 } },
1: { viewWindow: { min: -15, max: 150 } }
}
On Mon, Sep 8, 2014 at 3:31 AM, Alexandre Carrie <
[email protected]> wrote:
> What I want is to align the 0 values of both axes and have the minValue
> -15 for both axes, or just for the right axis if it's not possible for
> both. Because actually it takes too much space for nothing. I hope what I
> want is possible to do. :)
>
>> --
> 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.
>
--
Daniel LaLiberte <https://plus.google.com/100631381223468223275?prsrc=2> -
978-394-1058
[email protected] <[email protected]> 5CC, Cambridge MA
[email protected] <[email protected]> 9 Juniper Ridge
Road, Acton MA
--
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.