Thông báo: Tất cả dự án phi thương mại đã đăng ký sử dụng Earth Engine trước ngày 15 tháng 4 năm 2025 phải xác minh điều kiện sử dụng phi thương mại để duy trì quyền truy cập vào Earth Engine.
Thuộc tính được dùng làm giá trị của từng đối tượng trên trục x. Mặc định là "system:index".
yProperties
List<String>|String, không bắt buộc
Thuộc tính hoặc các thuộc tính được dùng trên trục y. Nếu bỏ qua, tất cả các thuộc tính của tất cả các đối tượng sẽ được lập biểu đồ trên trục y (ngoại trừ xProperty).
[[["Dễ hiểu","easyToUnderstand","thumb-up"],["Giúp tôi giải quyết được vấn đề","solvedMyProblem","thumb-up"],["Khác","otherUp","thumb-up"]],[["Thiếu thông tin tôi cần","missingTheInformationINeed","thumb-down"],["Quá phức tạp/quá nhiều bước","tooComplicatedTooManySteps","thumb-down"],["Đã lỗi thời","outOfDate","thumb-down"],["Vấn đề về bản dịch","translationIssue","thumb-down"],["Vấn đề về mẫu/mã","samplesCodeIssue","thumb-down"],["Khác","otherDown","thumb-down"]],["Cập nhật lần gần đây nhất: 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"]]