Questions tagged [google-datatable]

Google visualization provide API for JavaScript class (DataTable) that represents a two-dimensional, mutable table of values. It is used along with Google charts.

More details can be found in official documentation https://developers.google.com/chart/interactive/docs/reference#DataTable.

36 questions
0
votes
2 answers

Google App Engine model for Select Box

I have category model, in which I want to load some default data. How can I achieve it? This is model is for a select box, which is extensible for different applications later This is the model I have designed it, I tried verifying choice class…
J Bourne
  • 1,409
  • 2
  • 14
  • 33
0
votes
1 answer

Color row by comparing two columns google visualization DataTable

I am using google.visualization.DataTable and I have two relevant columns, we'll call them colSmall and colLarge. If colSmall is larger than colLarge in any given row, then I would like to make that row's background color red. The closest I've come…
0
votes
0 answers

How to Convert Pivoted Table to DataTable Google visualization

Thanks to asgalant I have found a way to pivote a 3 columns table here Now I would like to use a categoryfilter to choose some of the columns and present a Linechart of the choosen columns. I use a pivoted chart that loads it data from a…
0
votes
2 answers

iterate through all datatable objects in a page?

I have a webpage that displays graphs using Google Charts. I've created multiple DataTables as below : var rttldata1 = new google.visualization.DataTable(); var rttldata2 = new google.visualization.DataTable(); var rttldata3 = new…
Tom Staels
  • 15
  • 2
0
votes
1 answer

google charts using .net wrapper produces 'Table has no columns' error

I an using the Google.DataTable.Net.Wrapper to pass JSON data to Google charts and try to create a line chart. The call to my web service is passing back JSON, which looks completely valid to me,, but I am only getting a "Table has no columns" error…
0
votes
1 answer

Google Charts DataTable unknown

I'm using Google Charts to print out some cool charts. It works great in all my browsers. But the application that I'm building is a HbbTv app. In that enviroment Google Charts gives me an error when he tries to create a DataTable. The…
jeroenjoosen
  • 649
  • 2
  • 10
  • 22
1 2
3