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

KeyDescription
spaceInteger. 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 info@hybiscus.dev