--
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+unsub...@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/b577a7bb-ac0f-4802-bc18-c06ea45960ce%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Thanks so much. I guess I'm mostly referring to the really nice GUI for selecting axes from a large table and also to have variable dimensions. Any suggestions for that aspect?
--
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+unsub...@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/7b69f20c-cfe8-4381-bb82-3233c920743c%40googlegroups.com.
view.setColumns([1, 2, ...view.setColumns([x_indx, y_indx, ...
The GUI for selecting columns of the data and everything else that the MotionChart offers are what I referred to as the additional work required. You can set these things up on top of the current API, with sufficient code, but it will be a lot of work.
On Tue, Jan 24, 2017 at 12:51 PM, Ralph Emaurice <ralphe...@gmail.com> wrote:
Thanks so much. I guess I'm mostly referring to the really nice GUI for selecting axes from a large table and also to have variable dimensions. Any suggestions for that aspect?
--
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+unsub...@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/7b69f20c-cfe8-4381-bb82-3233c920743c%40googlegroups.com.
Given your example, is there a simple way to turn:intoview.setColumns([1, 2, ...where x_indx, and y_indx (and later the size variable) are the selected indices of dropdown menu populated with the column headers?view.setColumns([x_indx, y_indx, ...
Then you'd have to find a way to refresh every time the menu was triggered.
On Tuesday, January 24, 2017 at 1:30:44 PM UTC-5, Daniel LaLiberte wrote:
The GUI for selecting columns of the data and everything else that the MotionChart offers are what I referred to as the additional work required. You can set these things up on top of the current API, with sufficient code, but it will be a lot of work.
On Tue, Jan 24, 2017 at 12:51 PM, Ralph Emaurice <ralphe...@gmail.com> wrote:
Thanks so much. I guess I'm mostly referring to the really nice GUI for selecting axes from a large table and also to have variable dimensions. Any suggestions for that aspect?
--
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-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/7b69f20c-cfe8-4381-bb82-3233c920743c%40googlegroups.com.
--
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+unsub...@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/8495dd28-b557-4bf4-ba02-85d3bc424fcf%40googlegroups.com.