Skip to main content

RelativeBandsPadding

@elastic/chartsExports


@elastic/charts / RelativeBandsPadding

Type alias: RelativeBandsPadding

RelativeBandsPadding: Object

Can be used for margin or padding start/end (eg. left/right or top/bottom) Todo: this will soon change to {outer, inner} for explicit specification

Type declaration

inner

inner: Ratio

Inner padding specifies the padding size between small multiples panels in the small multiples grid, expressed as a proportion (ratio) of the panel size

outer

outer: Ratio

Outer padding specifies the padding size next to a small multiples panel that's on the edge of the small multiples grid, expressed as a proportion (ratio) of the panel size

Source

packages/charts/src/specs/small_multiples.ts:22


Generated using typedoc-plugin-markdown and TypeDoc