Deprecated components
Spacer
getting started
premium components
deprecated components
Spacer
The Spacer
component is used to add vertical space within a report, and
supports various values of space.
This component is now deprecated in favour of the VerticalSpacer component which has more spacing options, and works better with multi-page reports.
Example JSON
Below is an example of the JSON required to define a Spacer
component:
{
"type": "Spacer",
"options": {
"space": 4
}
}
Description
Key | Description |
---|---|
space | Integer. The amount of vertical space to add. Allowed values include 1 , 2 , 4 , 6 and 8 . |
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