If you mean stacking like the items in a stacked column chart, one chart
above the other, this would make sense.  I suspect Sergey was thinking of
overlaying.

To get multiple charts to align in their hAxes, just set these options the
same for each chart, changing values according to your needs:

var options =  {
  width: 1234,
  chartArea: {
    width: 1000,
    left: 100
  },
  hAxis: {
    viewWindow: {
      min: leftmostValue,
      max: rightmostValue
    }
}


On Fri, Jan 8, 2016 at 11:19 AM, 'Sergey Grabkovsky' via Google
Visualization API <[email protected]> wrote:

> Maybe I'm misunderstanding. Can you post a screenshot of what you have
> now, and perhaps a drawing of what you want?
>
> I maintain that it would be wrong to stack two series for which the axis
> scaling is significantly different.
>
> On Fri, Jan 8, 2016 at 11:16 AM Zdravko Balorda <[email protected]>
> wrote:
>
>>
>>
>>> Hi Sergey!
>>>
>> Is it that simple?!
>> The point of stacking is that I need several (many) charts in sync
>> horizontally, but having different y-axes it would be
>>  inappropriate to put them all on the same chart.
>> I have 4 graphs (each 2 line), conceptually different (so they would
>> normally be visualized in separate charts) but preferably
>> sync horizontally (being in the same time domain).
>> Also common too-ltip and everything,
>> Is it really redundant? Not conveying any useful info?
>> Puting all 8 lines in a single chart is a mess.
>>
>> Regards, Zdravko
>>
>> --
>> 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
>> 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/09661eeb-9cea-4a53-9b9c-5a11795c3516%40googlegroups.com
>> <https://groups.google.com/d/msgid/google-visualization-api/09661eeb-9cea-4a53-9b9c-5a11795c3516%40googlegroups.com?utm_medium=email&utm_source=footer>
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
> --
>
> [image: unnamed.gif]
>
> •
>
> •
>
> •
>
> •
>
> Sergey Grabkovsky
>
> Software Engineer
>
> Google, Inc
>
> [email protected]
>
> --
> 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
> 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/CAEwwup5EzZ8_VPHb4H%2BSef1tPmcPPDFeX-GEaYvW0A0PrCOshQ%40mail.gmail.com
> <https://groups.google.com/d/msgid/google-visualization-api/CAEwwup5EzZ8_VPHb4H%2BSef1tPmcPPDFeX-GEaYvW0A0PrCOshQ%40mail.gmail.com?utm_medium=email&utm_source=footer>
> .
>
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Daniel LaLiberte <https://plus.google.com/100631381223468223275?prsrc=2>
[email protected] <[email protected]>   5CC, Cambridge 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 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/CAOtcSJNjYqmh5881sv16F-SCpJi8gBHnqKwxvJGDF7nzz7hypQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to