Lucian,
I suspect your baseline value of 0 is not included in the chart. You can
force it to be included, however, simply by explicitly adding the baseline
to your options, like so:
var options = {
vAxis: { baseline: 0 }
}
You could also specify the viewWindow.min value as 0, which would let you
use a different baseline value, for whatever reason:
var options = {
vAxis: { viewWindow: { min: 0 } }
}
On Fri, Mar 20, 2015 at 2:34 AM, Lucian <[email protected]> wrote:
> Hello we are using this stock evolution chart on my clients' homepage
> http://www.nepinvest.com/ (share price chart below the image slider).
>
> This chart starts (from the left) with values around 5, and ends to the
> right with values around 10-11. The problem is, for some reason the 10
> value is drawn 3-4 times taller than the 5 value. Which should be in fact
> only about 2 times taller.
>
> Can anyone help?
> Thanks!
>
> --
> 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.