Announcement: All noncommercial projects registered to use Earth Engine before
April 15, 2025 must
verify noncommercial eligibility to maintain access. If you have not verified by September 26, 2025, your access may be on hold.
ui.Chart.array.values
Stay organized with collections
Save and categorize content based on your preferences.
Generates a Chart from an array. Plots separate series for each 1-D vector along the given axis.
- X-axis = Array index along axis, optionally labeled by xLabels.
- Y-axis = Value.
- Series = Vector, described by indices of the non-axis array axes.
Returns a chart.
| Usage | Returns | ui.Chart.array.values(array, axis, xLabels) | ui.Chart |
| Argument | Type | Details | array | Array|List<Object> | Array to chart. |
axis | Number | The axis along which to generate the 1-D vector series. |
xLabels | Array|List<Object>, optional | Labels for ticks along the x-axis of the chart. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-07-08 UTC.
[null,null,["Last updated 2025-07-08 UTC."],[],[]]