diff --git a/django_projects/metrics/dashboard/models.pyc b/django_projects/metrics/dashboard/models.pyc index 87a515a..6ada59f 100644 Binary files a/django_projects/metrics/dashboard/models.pyc and b/django_projects/metrics/dashboard/models.pyc differ diff --git a/django_projects/metrics/dashboard/views.py b/django_projects/metrics/dashboard/views.py index 1604222..15f566e 100644 --- a/django_projects/metrics/dashboard/views.py +++ b/django_projects/metrics/dashboard/views.py @@ -83,9 +83,9 @@ def heatmap(request): item.hover += '
' item.hover += '
' + str(advanced) + '
' item.hover += '
' - item.hover += '
' + str(beginner) + '
' + item.hover += '
' + str(intermediate) + '
' item.hover += '
' - item.hover += '
' + str(intermediate) + '
' + item.hover += '
' + str(beginner) + '
' item.hover += '' item.hover += '
' else: @@ -99,8 +99,6 @@ def heatmap(request): item.hover += '' item.hover += '
' - - if data == 'freq': item.stat = item.clicks_per_user show_perc = False diff --git a/django_templates/heatmap.html b/django_templates/heatmap.html index 6377a39..9e637fa 100644 --- a/django_templates/heatmap.html +++ b/django_templates/heatmap.html @@ -7,7 +7,7 @@ {% block filters %} diff --git a/media/img/ie_freq.png b/media/img/ie_freq.png index fdbdd9a..7956f88 100644 Binary files a/media/img/ie_freq.png and b/media/img/ie_freq.png differ diff --git a/media/img/ie_perc.png b/media/img/ie_perc.png index ccb2699..b37afa6 100644 Binary files a/media/img/ie_perc.png and b/media/img/ie_perc.png differ