Skip to main content
AbsoluteLayoutParameters
Constructor parameters for an AbsoluteLayout.
NameTypeDescription
absoluteBacked?booleanDefaults to false. If true, then the layout will use any position values found in the data for a given vertex.
height?numberOptional fixed height for the layout.
locationFunction?LocationFunctionOptional function that, given some vertex, can provide the x/y location of the vertex on the canvas
padding?PointXYOptional padding to put around the elements.
width?numberOptional fixed width for the layout.