Important: This documentation is about an older version. It's relevant only to the release noted, many of the features and functions have been updated or replaced. Please view the current version.
CircularDataFrame class
This dataframe can have values constantly added, and will never exceed the given capacity
Signature
export declare class CircularDataFrame<T = any> extends MutableDataFrame<T>
Import
import { CircularDataFrame } from '@grafana/data';
Constructors
Constructor | Modifiers | Description |
---|---|---|
constructor(options) | Constructs a new instance of the CircularDataFrame class |
constructor(options)
Constructs a new instance of the CircularDataFrame
class
Signature
constructor(options: CircularOptions);
Parameters
Parameter | Type | Description |
---|---|---|
options | CircularOptions |