First column on Y axis

12 views
Skip to first unread message

AMC Mecanocaucho

unread,
Jun 6, 2016, 11:32:17 AM6/6/16
to Google Visualization API
Hello,

I'm trying to do a line graph with 3 series. I'm trying to plot the different natural frecuency properties depending on the load. An example data, would be this:
['load'],['NatFreq1'],['NatFreq2'],['NatFreq3']
[10],[20.3],[22.5],[23.6]
[15],[22.5],[25.1],[26.4]
[20],[24.5],[27.2],[28.3]

My problem is that the load is represented on the X (horizonal) axis and the 3 series of Natural Frecuencies are represented on Y (vertical) axis. But I'd like to do the opposite: The load on Y vertical axis and the 3 series of natural frequency on X horizontal axis.

Could you please tell me if it's possible?

Thank you so much.

Asier Otamendi

Daniel LaLiberte

unread,
Jun 6, 2016, 12:57:46 PM6/6/16
to Google Visualization API
Check out the 'orientation' option.  

var options = { 
  ...
  orientation: 'vertical'
}


--
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-visualizati...@googlegroups.com.
To post to this group, send email to google-visua...@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/ff971581-b85b-4e22-9baa-779b64df9d00%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.



--
Reply all
Reply to author
Forward
0 new messages