[timeseries table] use verbose date in tooltip by default (#5263)

This commit is contained in:
Chris Williams 2018-06-21 13:34:49 -07:00 committed by GitHub
parent eb676519ba
commit 15c8e5bfa9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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);