Skip to content

Commit

Permalink
tune date ticks/tooltips for charts
Browse files Browse the repository at this point in the history
  • Loading branch information
PetrDlouhy committed Oct 29, 2020
1 parent f4b68c1 commit 8a8e68d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions admin_tools_stats/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ class AdminChartsView(TemplateView):
interval_dateformat_map = {
'years': ("%Y", "%Y"),
'months': ("%b %Y", "%b %Y"),
'weeks': ("%W (%a %d %b %Y)", "%W (%d %b %Y)"),
'days': ("%a %d %b %Y", "%a %d %b %Y"),
'weeks': ("%W (%d %b %Y)", "%W"),
'days': ("%a %d %b %Y", "%d %b %Y"),
'hours': ("%a %d %b %Y %H:%S", "%H"),
}

Expand Down

0 comments on commit 8a8e68d

Please sign in to comment.