mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
DataFrame: remove dateFormat (#18424)
This commit is contained in:
committed by
Torkel Ödegaard
parent
e1b2d61ceb
commit
66faedfb9d
@@ -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;
|
||||
|
||||
@@ -98,7 +98,6 @@ export class CSVReader {
|
||||
name: '#',
|
||||
type: FieldType.number,
|
||||
unit: '#',
|
||||
dateFormat: '#',
|
||||
};
|
||||
|
||||
// Check if it is a known/supported column
|
||||
|
||||
Reference in New Issue
Block a user