Getting started
Premium components
Beta features
Deprecated components
Managed Cloud
Vertical Spacer
The VerticalSpacer component is used to add vertical space within a report,
and supports various values of space.
This component replaces the now deprecated Spacer component which exhibited bugs with multi-page reports. This new updated component also accepts a wider range of spacing values.
Example JSON
Below is an example of the JSON required to define a VerticalSpacer
component:
{
"type": "VerticalSpacer",
"options": {
"space": 4
}
}
Options
| Key | Description |
|---|---|
space | Integer. The amount of vertical space to add. Allowed values include 0.5 and any integer from 1 to 16 inclusive. |
Although the configuration is near identical to the Spacer component, the spacing produced by this component is not identical to what would be seen with the Spacer component for the same
spacevalue. As a general rule, decrease thespacevalue by1when using this component to get similar results.
Missing something?
Hybiscus is continuously improving and adding new features. If you think we are missing a critical feature, please do not hesitate to contact us and offer your feedback at support@hybiscus.dev