Skip to content

Commit

Permalink
[timeseries table] use verbose date in tooltip by default
Browse files Browse the repository at this point in the history
  • Loading branch information
williaster committed Jun 21, 2018
1 parent eb67651 commit e230437
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset/assets/src/modules/dates.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit e230437

Please sign in to comment.