SupportedLineChartDataTypes type

Set of supported types for the data used with the line chart data visualization.

export declare type SupportedLineChartDataTypes = [Date, number];