HoverOn
public struct HoverOn : OptionSet, Encodable
Do the hover effects highlight individual violins or sample points or the kernel density estimate or any combination of them?
-
Declaration
Swift
public let rawValue: Int -
Undocumented
Declaration
Swift
public static var violins: HoverOn { get } -
Undocumented
Declaration
Swift
public static var points: HoverOn { get } -
Undocumented
Declaration
Swift
public static var kde: HoverOn { get } -
Undocumented
Declaration
Swift
public static var all: HoverOn { get } -
Declaration
Swift
public init(rawValue: Int) -
Declaration
Swift
public func encode(to encoder: Encoder) throws
View on GitHub
Install in Dash
HoverOn Structure Reference