
vl_config_concat
vl_config_concat.RdAdd concat config (CompositionConfig) to a vega-lite spec.
Arguments
- spec
- An input vega-lite spec 
- columns
- The number of columns to include in the view composition layout. - Default value: - undefined-- An infinite number of columns (a single row) will be assumed. This is equivalent to- hconcat(for- concat) and to using the- columnchannel (for- facetand- repeat).- Note: - This property is only for: 
 - the general (wrappable) - concatoperator (not- hconcat/- vconcat)
- the - facetand- repeatoperator with one field/repetition definition (without row/column nesting)
 - Setting the - columnsto- 1is equivalent to- vconcat(for- concat) and to using the- rowchannel (for- facetand- repeat).
 
- spacing
- The default spacing in pixels between composed sub-views. - Default value: - 20
- .object
- Directly input an object, rather than creating one via the other arguments. Should not be used in conjunction with the other arguments other than - spec. Objects can be of type: CompositionConfig