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