Class NotebookDistributionCellAttributes

The attributes of a notebook distribution cell.

Hierarchy

  • NotebookDistributionCellAttributes

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

The Distribution visualization is another way of showing metrics aggregated across one or several tags, such as hosts. Unlike the heat map, a distribution graph’s x-axis is quantity rather than time.

graphSize?: NotebookGraphSize

The size of the graph.

splitBy?: NotebookSplitBy

Object describing how to split the graph to display multiple visualizations per request.

Timeframe for the notebook cell. When 'null', the notebook global time is used.

Generated using TypeDoc