Class ProductAnalyticsSankeyDefinition

The shape of the Sankey diagram, expressed as the facets to flow between and how many steps to show.

Hierarchy

  • ProductAnalyticsSankeyDefinition

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
entriesPerStep?: number

Maximum number of nodes to keep in each column. Remaining values are rolled up into an aggregated node. Omit it, or send 0, to use the default of 5.

numberOfSteps?: number

Number of intermediate columns between the source and the target. Omit it, or send 0, to use the default of 5.

source: string

Facet forming the first column of the diagram.

target: string

Facet forming the last column of the diagram.

Generated using TypeDoc