FunnelMode

public enum FunnelMode : String, Encodable

Determines how bars at the same location coordinate are displayed on the graph.

With stack, the bars are stacked on top of one another With group, the bars are plotted next to one another centered around the shared location. With overlay, the bars are plotted over one another, you might need to an opacity to see multiple bars.

  • Undocumented

    Declaration

    Swift

    case stack
  • Undocumented

    Declaration

    Swift

    case group
  • Undocumented

    Declaration

    Swift

    case overlay