One of (1) a property to be plotted on the x-axis; (2) a list of properties to be plotted on the x-axis; or (3) a (property, label) dictionary specifying labels for properties to be used as values on the x-axis. If omitted, all properties will be plotted on the x-axis, labeled with their names.
seriesProperty
String, optional
The name of the property used to label each feature in the legend. Defaults to 'system:index'.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2023-10-06 UTC."],[[["Generates a chart that visualizes the property values of one or more features, plotting them on the y-axis against property names on the x-axis."],["Users can customize the chart by specifying which properties to display on the x-axis using `xProperties` and how to label each feature in the legend using `seriesProperty`."],["By default, the chart includes all properties except the `seriesProperty` on the x-axis and labels features using their 'system:index'."],["The function `ui.Chart.feature.byProperty()` takes a Feature, FeatureCollection, or List of features as input and returns a `ui.Chart` object."]]],[]]