seems like I managed to progress a bit using CoreChart:
google.load('visualization', '1', {'packages':['corechart']});
and LIneChart Class:
var chart = new google.visualization.LineChart(document.getElementById(
'chart_div'));
Following your advise, I displayed the data in a table:
NOTE: the two domains and data sets have different number of rows!
the resulting plot using the LIneChart object is:
While the values are displayed correctly when we hover the mouse (see the
chart), they are plotted using the first domain. *How can we tell LIneChart
to plot the data points according to their domain*?
The results I am trying to achieve is this:
--
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.
To view this discussion on the web visit
https://groups.google.com/d/msgid/google-visualization-api/30fb661f-3727-455b-aa0c-a2939aa292f5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.