The split graph widget allows you to create repeating units of a graph - one for each value in a group (for example: one per service)

Hierarchy

  • SplitGraphWidgetDefinition

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
hasUniformYAxes?: boolean

Normalize y axes across graphs

Size of the individual graphs in the split.

sourceWidgetDefinition: SplitGraphSourceWidgetDefinition

The original widget we are splitting on.

splitConfig: SplitConfig

Encapsulates all user choices about how to split a graph.

time?: WidgetTime

Time setting for the widget.

title?: string

Title of your widget.

Type of the split graph widget

Generated using TypeDoc