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.
La proprietà utilizzata come valore di ogni caratteristica sull'asse X. Il valore predefinito è "system:index".
yProperties
List<String>|String, facoltativo
Proprietà o proprietà utilizzate sull'asse Y. Se omesso, tutte le proprietà di tutte le funzionalità verranno rappresentate graficamente sull'asse y (tranne xProperty).
[[["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-25 UTC."],[[["Creates a chart plotting property values of features, with features on the x-axis and property values on the y-axis."],["Features can be ordered along the x-axis using a specified property or by their default 'system:index'."],["Users can select specific properties to display on the y-axis, or by default, the chart will display all properties except the one used for the x-axis."],["The chart is generated using the `ui.Chart.feature.byFeature()` function, which takes the features, x-axis property, and y-axis properties as input."]]],["The core content details generating a chart from features. It plots values of specified properties for each feature. The x-axis represents features, labeled by `xProperty` (default: 'system:index'). The y-axis represents `yProperties`' values (default: all properties). The order of features on the x-axis matches the input. The function `ui.Chart.feature.byFeature` takes `features`, an optional `xProperty`, and an optional `yProperties` list to return a chart.\n"]]