Hello,
I´m using the annotated timeline to display three lines. Two of them
shows temperatures and the third one shows an other value.
The range for the temperature is between 15°C and 30°C. The range of
the other value is between 0 and 200.
To draw the graph, I use the following code:
annotatedtimeline.draw(data, {
'displayAnnotations': false,
'fill': 0,
'scaleColumns': [0,2],
'scaleType': 'allfixed'
});
There is a problem with the scaling of the y axis. Even if the two
temperatures have the same value (e.g. 25°C) they are not show at the
same level. If I enable the third Y axis ( 'scaleColumns': [0,1,2]),
each of the two temperatures have its own Y axis. But that is not what
I want. I will link the two temperatures to the 1st Y axis and the
other value to the 2nd Y axis.
Is this possible?
Thanks and best regards.
--
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.