DataFrame: remove dateFormat (#18424)

This commit is contained in:
Ryan McKinley
2019-08-07 01:20:25 -07:00
committed by Torkel Ödegaard
parent e1b2d61ceb
commit 66faedfb9d
4 changed files with 1 additions and 36 deletions

View File

@@ -48,7 +48,6 @@ export interface Field {
type?: FieldType;
filterable?: boolean;
unit?: string;
dateFormat?: string; // Source data format
decimals?: number | null; // Significant digits (for display)
min?: number | null;
max?: number | null;

View File

@@ -98,7 +98,6 @@ export class CSVReader {
name: '#',
type: FieldType.number,
unit: '#',
dateFormat: '#',
};
// Check if it is a known/supported column