PathBar
public struct PathBar : Encodable
Undocumented
-
Determines if the path bar is drawn i.e.
outside the trace
domainand with one pixel gap.Declaration
Swift
public var visible: Bool? -
Determines on which side of the the treemap the
See morepathbarshould be presented.Declaration
Swift
public enum Side : String, Encodable -
Determines on which side of the the treemap the
pathbarshould be presented.Declaration
Swift
public var side: Side? -
Determines which shape is used for edges between
See morebarpathlabels.Declaration
Swift
public enum EdgeShape : String, Encodable -
Determines which shape is used for edges between
barpathlabels.Declaration
Swift
public var edgeShape: EdgeShape? -
Sets the thickness of
pathbar(in px).If not specified the
pathbar.textfont.sizeis used with 3 pixles extra padding on each side.Declaration
Swift
public var thickness: Double? -
Sets the font used inside
pathbar.Declaration
Swift
public var textFont: VariableFont? -
Creates
PathBarobject with specified properties.Declaration
Swift
public init(visible: Bool? = nil, side: Side? = nil, edgeShape: EdgeShape? = nil, thickness: Double? = nil, textFont: VariableFont? = nil)Parameters
visibleDetermines if the path bar is drawn i.e.
sideDetermines on which side of the the treemap the
pathbarshould be presented.edgeShapeDetermines which shape is used for edges between
barpathlabels.thicknessSets the thickness of
pathbar(in px).textFontSets the font used inside
pathbar.
View on GitHub
Install in Dash
PathBar Structure Reference