Returns the DataTable containing data for this chart. See: http://developers.google.com/chart/interactive/docs/reference#DataTable
Usage | Returns |
---|---|
Chart.getDataTable() | Object |
Argument | Type | Details |
---|---|---|
this: ui.chart | ui.Chart | The ui.Chart instance. |
Examples
JavaScript
// Your example goes here!
Python
# Your example goes here!