HoverInfo

public enum HoverInfo : String, Encodable

Determines which trace information appear when hovering nodes.

If none or skip are set, no information is displayed upon hovering. But, if none is set, click and hover events are still fired.

  • all

    Undocumented

    Declaration

    Swift

    case all
  • Undocumented

    Declaration

    Swift

    case none
  • Undocumented

    Declaration

    Swift

    case skip