Home > composition-plot > DataProvider
Signature:
export declare class DataProvider
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(dimensions) | Constructs a new instance of the DataProvider class |
| Property | Modifiers | Type | Description |
|---|---|---|---|
| activeAxes | string[] | ||
| activeScalar | string | ||
| axes | { [element: string]: IAxis; } | ||
| axisToIdx | { [element: string]: number; } | ||
| dimensions | number | ||
| idxToAxis | { [element: number]: string; } | ||
| samples | ISample[] | ||
| scalars | Set<string> |