- 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 | Array to chart. |
axis | Number | The axis along which to generate the 1-D vector series. |
xLabels | Array|List, optional | Labels for ticks along the x-axis of the chart. |