UNPKG

@robotical/sensors-dashboard

Version:

A dashboard tool for depicting Marty data by Robotical

5 lines (4 loc) 296 B
import { GraphDataType } from "../components/GraphArea"; export declare function prepareCSVData(data: GraphDataType): Promise<number[][]>; export declare function prepareTitles(data: GraphDataType, xAxisTitle: string): string[]; export declare const getCSVTitle: (data: GraphDataType) => string;