Announcement: All noncommercial projects registered to use Earth Engine before April 15, 2025 must verify noncommercial eligibility to maintain Earth Engine access.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2023-10-06 UTC."],[[["\u003cp\u003eThis method retrieves the DataTable object associated with the chart, which contains the chart's data.\u003c/p\u003e\n"],["\u003cp\u003eYou can access this data using \u003ccode\u003eChart.getDataTable()\u003c/code\u003e and it returns a JavaScript Object.\u003c/p\u003e\n"],["\u003cp\u003eThis function is used specifically with a \u003ccode\u003eui.Chart\u003c/code\u003e instance.\u003c/p\u003e\n"],["\u003cp\u003eFor more in-depth information about the DataTable structure, consult the Google Charts documentation: http://developers.google.com/chart/interactive/docs/reference#DataTable.\u003c/p\u003e\n"]]],["The `Chart.getDataTable()` method retrieves the data for a chart. It returns a `DataTable` object, as defined in the Google Charts documentation. This method, when called on a `ui.Chart` instance, accesses the data used to create the chart. The `ui.Chart` instance itself is the essential argument for this operation.\n"],null,["# ui.Chart.getDataTable\n\n\u003cbr /\u003e\n\nReturns the DataTable containing data for this chart. See: http://developers.google.com/chart/interactive/docs/reference#DataTable\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|------------------------|---------|\n| Chart.getDataTable`()` | Object |\n\n| Argument | Type | Details |\n|------------------|----------|------------------------|\n| this: `ui.chart` | ui.Chart | The ui.Chart instance. |"]]