Annuncio: tutti i progetti non commerciali registrati per l'utilizzo di Earth Engine prima del 15 aprile 2025 devono verificare l'idoneità non commerciale per mantenere l'accesso a Earth Engine.
Un array bidimensionale di dati o un valore letterale DataTable di Google Visualization. Vedi: http://developers.google.com/chart/interactive/docs/reference#DataTable
chartType
Stringa, facoltativa
Il tipo di grafico, ad esempio "ScatterChart",
"LineChart" e "ColumnChart". Per l'elenco completo dei grafici, visita la pagina https://developers.google.com/chart/interactive/docs/gallery.
options
Oggetto, facoltativo
Un oggetto che definisce le opzioni di stile del grafico, ad esempio:
title (stringa) Il titolo del grafico.
colors (Array) Un array di colori utilizzati per disegnare il grafico.
Il formato deve seguire le opzioni dell'API Google Visualization: https://developers.google.com/chart/interactive/docs/customizing_charts
view
Oggetto, facoltativo
Imposta un oggetto inizializzatore DataView, che funge da filtro sui dati sottostanti. Vedi: https://developers.google.com/chart/interactive/docs/reference#DataView
downloadable
Booleano, facoltativo
Indica se il grafico può essere scaricato in formato CSV, SVG e PNG. Il valore predefinito è true.
[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Mancano le informazioni di cui ho bisogno","missingTheInformationINeed","thumb-down"],["Troppo complicato/troppi passaggi","tooComplicatedTooManySteps","thumb-down"],["Obsoleti","outOfDate","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Problema relativo a esempi/codice","samplesCodeIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 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"]]