Skip to content

Commit

Permalink
fix #1453
Browse files Browse the repository at this point in the history
  • Loading branch information
yagebu committed Jul 22, 2022
1 parent d2ce787 commit 11e0ed3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fava/templates/_charts.html
Expand Up @@ -23,7 +23,7 @@
{% do chart_data.append({
'type': 'scatterplot',
'label': _('Events') if not event_type else _('Event: {}').format(event_type),
'data': ledger.events(event_type),
'data': g.filtered.events(event_type),
}) %}
{% endmacro %}

Expand Down

0 comments on commit 11e0ed3

Please sign in to comment.