Format timestamps explicitely
This commit is contained in:
parent
e23f3f8726
commit
009cf38adb
|
@ -53,6 +53,7 @@
|
||||||
// type: "quantitative",
|
// type: "quantitative",
|
||||||
type: "temporal",
|
type: "temporal",
|
||||||
//scale: { domain: [{{t.data[0][0]}}, {{t.data[-1][0]}}] },
|
//scale: { domain: [{{t.data[0][0]}}, {{t.data[-1][0]}}] },
|
||||||
|
timeUnit: "yearmonthdatehoursminutes",
|
||||||
},
|
},
|
||||||
y: { field: "v", type: "quantitative" },
|
y: { field: "v", type: "quantitative" },
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue