REQUEST PASSWORD RESET

RESET YOUR PASSWORD

OK
forgot password?
CANCEL
SHOW API DOCS NAV

REST API

API Endpoints

Enterprise

Arcentry Development

Adding Margins and Paddings

Usage

You can add all settings on this page as query string parameters to the end of your URL, e.g.

https://arcentry.com/dev/v1/create-diagram/ce223f94-2471-437f-8f1b-4f1ded0974ad?LABEL_HEIGHT=1&LABEL_PADDING=0.75&GROUP_MARGIN=2

This works the same for JSON and CSV requests. Keys are case-insensitive, you can specify them in upper or lowercase. Oh, and for all European users: decimal points are expressed with dots rather than commas.

MAX_COMPONENTS_PER_TIER (default 10)

The amount of components that Arcentry will place in a horizontal line. Allows you to control how wide you'd like your diagram to be.

max components per tier

TIER_GAP (default 3)

The space between the vertical layers of a diagram.

tier gap

COMP_GAP (default 2)

The space between the components in a group.

component gap

GROUP_MARGIN (default 1)

The space between groups.

group margin

GROUP_PADDING (default 0.75)

The space between the borders of a group and the components within it.

group padding

LABEL_HEIGHT (default 0.75)

The height of group labels.

label height

LABEL_PADDING (default 0.25)

The padding left and right of a group label.

label padding