I have created a line chart with several columns from a google sheets table. 
One of the lines is wind speed. In the table there is also a column that 
contains wind direction. One can show the points of the line with a triangle 
which can be rotate. 
The issue is that the table on which the charts is based updates every 30 
minutes so hardcoding the direction is not possible. How do I feed the 
direction from the table column dynamically into the point option? 
pointShape: { type: 'triangle', rotation: 180 }
Thanks !

-- 
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+unsubscr...@googlegroups.com.
To post to this group, send email to google-visualization-api@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/58c26602-15c4-43d9-83ff-539ffb201cb9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to