Encapsulates all user choices about how to split a graph.

Hierarchy

  • SplitConfig

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
limit: number

Maximum number of graphs to display in the widget.

sort: SplitSort

Controls the order in which graphs appear in the split.

splitDimensions: [SplitDimension]

The dimension(s) on which to split the graph

staticSplits?: SplitVectorEntryItem[][]

Manual selection of tags making split graph widget static

Generated using TypeDoc