trait BarGroupWidthTrait (View source)

Methods

barGroupWidth( int|string $barGroupWidth)

The width of a group of bars, specified in either of these formats: - Pixels (e.g. 50).

Details

at line 20
Chart barGroupWidth( int|string $barGroupWidth)

The width of a group of bars, specified in either of these formats: - Pixels (e.g. 50).

  • Percentage of the available width for each group (e.g. '20%'), where '100%' means that groups have no space between them.

Parameters

int|string $barGroupWidth

Return Value

Chart

Exceptions

InvalidConfigValue