Eric Diaz
2016-08-18 18:23:00 UTC
Hi,
I just implemented a line chart with two independent y-axes.
Eventhough, I set the
```
options.vAxes = [
{"minValue": 0},
{"minValue": 0}
];
```
to have the same minimum value, the actual minimum value for each y-axis is
different.
I assume it has something to do with the range of the y-data values.
If anyone knows how to "truly" make two independent y-axes have the same
minimum value, on the chart itself, I would really appreciate some help.
Thanks,
Eric
I just implemented a line chart with two independent y-axes.
Eventhough, I set the
```
options.vAxes = [
{"minValue": 0},
{"minValue": 0}
];
```
to have the same minimum value, the actual minimum value for each y-axis is
different.
I assume it has something to do with the range of the y-data values.
If anyone knows how to "truly" make two independent y-axes have the same
minimum value, on the chart itself, I would really appreciate some help.
Thanks,
Eric
--
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 google-visualization-api+***@googlegroups.com.
To post to this group, send email to google-visualization-***@googlegroups.com.
Visit this group at https://groups.google.com/group/google-visualization-api.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-visualization-api/52e72d12-a2d9-4c33-994c-80355950eb14%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
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 google-visualization-api+***@googlegroups.com.
To post to this group, send email to google-visualization-***@googlegroups.com.
Visit this group at https://groups.google.com/group/google-visualization-api.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-visualization-api/52e72d12-a2d9-4c33-994c-80355950eb14%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.