Pengumuman: Semua project nonkomersial yang terdaftar untuk menggunakan Earth Engine sebelum 15 April 2025 harus memverifikasi kelayakan nonkomersial untuk mempertahankan akses Earth Engine.
Array data 2-D atau literal Google Visualization DataTable. Lihat: http://developers.google.com/chart/interactive/docs/reference#DataTable
chartType
String, opsional
Jenis diagram; misalnya 'ScatterChart',
'LineChart', dan 'ColumnChart'. Untuk melihat daftar lengkap diagram, lihat: https://developers.google.com/chart/interactive/docs/gallery
options
Objek, opsional
Objek yang menentukan opsi gaya diagram seperti:
title (string) Judul diagram.
colors (Array) Array warna yang digunakan untuk menggambar diagram.
Formatnya harus mengikuti opsi Google Visualization API: https://developers.google.com/chart/interactive/docs/customizing_charts
view
Objek, opsional
Menetapkan objek penginisialisasi DataView, yang berfungsi sebagai filter pada data pokok. Lihat: https://developers.google.com/chart/interactive/docs/reference#DataView
downloadable
Boolean, opsional
Apakah diagram dapat didownload sebagai CSV, SVG, dan PNG. Nilai defaultnya adalah true (benar).
[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Informasi yang saya butuhkan tidak ada","missingTheInformationINeed","thumb-down"],["Terlalu rumit/langkahnya terlalu banyak","tooComplicatedTooManySteps","thumb-down"],["Sudah usang","outOfDate","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Masalah kode / contoh","samplesCodeIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 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"]]