[timeseries table] use verbose date in tooltip by default (#5263)
This commit is contained in:
parent
eb676519ba
commit
15c8e5bfa9
|
|
@ -114,7 +114,7 @@ export const formatDateVerbose = function (dttm) {
|
|||
|
||||
export const formatDateThunk = function (format) {
|
||||
if (!format) {
|
||||
return formatDate;
|
||||
return formatDateVerbose;
|
||||
}
|
||||
|
||||
const formatter = d3.time.format(format);
|
||||
|
|
|
|||
Loading…
Reference in New Issue