AbsoluteBackedLayoutParameters
Parameters for a layout that extends AbsoluteBackedLayout
Extends
Extended by
AbsoluteLayoutParametersForceDirectedLayoutParametersAbstractHierarchicalLayoutParametersHierarchyLayoutParameters
Properties
absoluteBacked?
optionalabsoluteBacked:boolean
Defaults to false. If true, then the layout will use any position values found in the data for a given vertex.
height?
optionalheight:number
Optional fixed height for the layout.
Inherited from
locationFunction?
optionallocationFunction:LocationFunction
Optional function that, given some vertex, can provide the x/y location of the vertex on the canvas
Inherited from
LayoutParameters.locationFunction
padding?
optionalpadding:PointXY
Optional padding to put around the elements.
Inherited from
width?
optionalwidth:number
Optional fixed width for the layout.