Duyuru: 15 Nisan 2025'ten önce Earth Engine'i kullanmak için kaydedilen tüm ticari olmayan projelerin Earth Engine erişimini sürdürmek için ticari olmayan uygunluğu doğrulaması gerekir.
Verilerin 2 boyutlu dizisi veya Google Visualization DataTable değişmezi. Şu sayfaya bakın: http://developers.google.com/chart/interactive/docs/reference#DataTable
chartType
Dize, isteğe bağlı
Grafik türü; örneğin "ScatterChart",
"LineChart" ve "ColumnChart". Grafiklerin tam listesi için: https://developers.google.com/chart/interactive/docs/gallery
options
Nesne, isteğe bağlı
Grafik stili seçeneklerini tanımlayan bir nesne (ör.):
title (dize) Grafiğin başlığı.
colors (Dizi) Grafiği çizmek için kullanılan renk dizisi.
Biçimi, Google Visualization API'nin seçeneklerine uygun olmalıdır: https://developers.google.com/chart/interactive/docs/customizing_charts
view
Nesne, isteğe bağlı
Temel veriler üzerinde filtre görevi gören bir DataView başlatıcı nesnesi ayarlar. https://developers.google.com/chart/interactive/docs/reference#DataView sayfasına göz atın.
downloadable
Boole değeri, isteğe bağlı
Grafiğin CSV, SVG ve PNG olarak indirilip indirilemeyeceği. Varsayılan olarak true değerine ayarlanır.
[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 2025-07-25 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"]]