#1153: Remove resolved TODO comment

This commit is contained in:
Jyri-Petteri Paloposki 2019-05-19 18:42:56 +03:00
parent b7320a1de8
commit 313e6ee106

View file

@ -25,9 +25,6 @@ options = {
'title': {'display': true, 'text': t('stats.actions_30days_title')},
}) %>
<%
# TODO: Missing the first 3 month avg values because they're null?
%>
<%= bar_chart actions.done_last12months_data, options.merge({
scales: {
xAxes: [{ scaleLabel: { display: true, labelString: t('stats.legend.months_ago')}}],