Shapes.content
configurationDefines the shapes content settings.
shapes.content
Objectshapes.content.align
StringThe alignment of the text inside the shape. You can do combinations between "top", "middle" and "bottom" for vertical align and "right", "center" and "left" for horizontal align. For example, "top right", "middle left", "bottom center", and so on.
shapes.content.color
StringThe color of the shape content text.
The font family of the shape content text.
shapes.content.fontSize
NumberThe font size of the shape content text.
shapes.content.fontStyle
StringThe font style of the shape content text.
The font weight of the shape content text.
The line spacing of the content text.
shapes.content.padding
Object|NumberThe padding of the content.
shapes.content.relativePadding
Object|NumberThe relative padding of the content as a percentage of the shape size.
shapes.content.template
String|FunctionThe template which renders the labels.
shapes.content.text
StringThe text displayed in the shape.
shapes.content.textWrap
StringConfigures the text wrapping behavior in the shape. Supported values are "nowrap" and "wrap".