Bounds
viz.dsl.vegaLite.Bounds
enum Bounds
The bounds calculation method to use for determining the extent of a sub-plot. One of full
(the default) or
flush
.
- If set to
full
, the entire calculated bounds (including axes, title, and legend) will be used. - If set to
flush
, only the specified width and height values for the sub-view will be used. Theflush
setting can be useful when attempting to place sub-plots without axes or legends into a uniform grid structure.
Default value: "full"
Attributes
- Source:
- vega-lite.scala
- Graph
- Supertypes