fix chart to sum by day

This commit is contained in:
2022-11-11 19:34:23 -05:00
parent 8231683958
commit 2191e7f4f4
16 changed files with 74 additions and 180 deletions

View File

@ -59,9 +59,9 @@
phx-update="ignore"
class="max-h-72"
data-chart-data={Jason.encode!(@chart_data)}
data-label={gettext("Rounds fired")}
data-label={gettext("Rounds shot")}
data-color={random_color()}
aria-label={gettext("Rounds fired chart")}
aria-label={gettext("Rounds shot chart")}
role="img"
>
<%= dgettext("errors", "Your browser does not support the canvas element.") %>