Skip to contents

#' Sort an encoding in "ascending" or "descending" order, or by given array

Usage

vl_sort_angle(spec, value)

vl_sort_color(spec, value)

vl_sort_fill(spec, value)

vl_sort_fillOpacity(spec, value)

vl_sort_opacity(spec, value)

vl_sort_order(spec, value)

vl_sort_radius(spec, value)

vl_sort_shape(spec, value)

vl_sort_size(spec, value)

vl_sort_stroke(spec, value)

vl_sort_strokeDash(spec, value)

vl_sort_strokeOpacity(spec, value)

vl_sort_strokeWidth(spec, value)

vl_sort_theta(spec, value)

vl_sort_x(spec, value)

vl_sort_xOffset(spec, value)

vl_sort_y(spec, value)

vl_sort_yOffset(spec, value)

vl_sort_facet(spec, value)

vl_sort_row(spec, value)

vl_sort_column(spec, value)

Arguments

spec

An input vega-lite spec

value

One of "ascending", "descending", a list with a custom ordering, or NA to specify no sorting

Value

A modified Vega-Lite Spec