Re: [visualization-api] How can I add a separate datatable column to a column chart?

2015-10-29 Thread 'Sergey Grabkovsky' via Google Visualization API
I think that makes sense. Google Charts doesn't provide any "magic" to help you do that, but we do provide a 'select' even that can notify you when the user has selected something, which you can then use to figure out which data to display in the right pane, but it will be up to you to figure out

Re: [visualization-api] How can I add a separate datatable column to a column chart?

2015-10-28 Thread 'Sergey Grabkovsky' via Google Visualization API
Hi, It's not very clear what you're asking. If you are indeed asking how to add another column to a DataTable, that can be done with the .addColumn method. However, I suspect that your question is more complex than that. Could you give an example of what you currently have and what you're trying

[visualization-api] How can I add a separate datatable column to a column chart?

2015-10-28 Thread Huanxing SHEN
Just like the data column in the annotation chart. I have hundreds of data for one column to show, so I prefer to show them in a separate column. Thanks. -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To unsubscribe from this

Re: [visualization-api] How can I add a separate datatable column to a column chart?

2015-10-28 Thread Huanxing SHEN
Hi, I made a mock-up. When clicking the individual column, the right data pane will show the data falls into that column. Hope you can understand what I am tying to do. Thanks. Hi, On