Skip to content

Commit

Permalink
[timeseries table] use verbose date in tooltip by default (apache#5263)
Browse files Browse the repository at this point in the history
  • Loading branch information
williaster authored Jun 21, 2018
1 parent c999b35 commit cd6f76e
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 cd6f76e

Please sign in to comment.