Ankündigung: Alle nicht kommerziellen Projekte, die vor dem 15. April 2025 für die Nutzung der Earth Engine registriert wurden, müssen die Berechtigung zur nicht kommerziellen Nutzung bestätigen, um weiterhin auf die Earth Engine zugreifen zu können.
Ein zweidimensionales Datenarray oder ein Google Visualization DataTable-Literal. Weitere Informationen finden Sie unter http://developers.google.com/chart/interactive/docs/reference#DataTable.
chartType
String, optional
Der Diagrammtyp, z. B. „ScatterChart“, „LineChart“ und „ColumnChart“. Eine vollständige Liste der Diagramme finden Sie unter https://developers.google.com/chart/interactive/docs/gallery.
options
Objekt, optional
Ein Objekt, das Optionen für den Diagrammstil definiert, z. B.:
title (String): Der Titel des Diagramms.
colors (Array) Ein Array mit Farben, die zum Zeichnen des Diagramms verwendet werden.
Das Format sollte den Optionen der Google Visualization API entsprechen: https://developers.google.com/chart/interactive/docs/customizing_charts
view
Objekt, optional
Legt ein DataView-Initialisierungsobjekt fest, das als Filter für die zugrunde liegenden Daten dient. Weitere Informationen finden Sie unter https://developers.google.com/chart/interactive/docs/reference#DataView.
downloadable
Boolesch, optional
Gibt an, ob das Diagramm als CSV-, SVG- und PNG-Datei heruntergeladen werden kann. Der Standardwert ist „true“.
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Benötigte Informationen nicht gefunden","missingTheInformationINeed","thumb-down"],["Zu umständlich/zu viele Schritte","tooComplicatedTooManySteps","thumb-down"],["Nicht mehr aktuell","outOfDate","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Problem mit Beispielen/Code","samplesCodeIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2025-07-08 (UTC)."],[[["The `ui.Chart` widget lets you create interactive charts within your Earth Engine app using data from a `dataTable`."],["You can customize the chart's appearance, type (e.g., ScatterChart, LineChart), and data filtering using the `options` and `view` parameters."],["Charts are downloadable as CSV, SVG, or PNG by default, but this can be controlled with the `downloadable` parameter."],["The `dataTable` argument accepts a 2-D array or a Google Visualization DataTable literal for data input."],["Detailed documentation on chart types, styling options, and the Google Visualization API is available in the provided links."]]],["The `ui.Chart` widget displays a chart using a `dataTable`, `chartType`, and `options`. `dataTable` is a 2-D data array. `chartType` specifies the chart type (e.g., 'ScatterChart'). `options` control style, like `title` and `colors`. `view` allows data filtering. The `downloadable` boolean enables saving as CSV, SVG, or PNG, defaulting to true. Each parameter are optionnal.\n"]]