Navio: horizontal and vertical

Navio has two logical axes: the attribute axis, along which the columns are laid out, and the record axis, along which one line per row is drawn. nv.orientation = "horizontal" (the default) puts attributes across and records down; "vertical" transposes them.

Both widgets below hold the same data and are fully interactive. Try, in each: click a value to filter, drag along the record axis to brush a range (down on the left, across on the right), click a header to sort, and drill down into the second level.

orientation = "horizontal"

orientation = "vertical"