diff --git a/ui/app/templates/components/stats-time-series.hbs b/ui/app/templates/components/stats-time-series.hbs index c9fd15cfd..1d53b65d9 100644 --- a/ui/app/templates/components/stats-time-series.hbs +++ b/ui/app/templates/components/stats-time-series.hbs @@ -12,6 +12,7 @@ @yFormat={{this.yFormat}}> <:svg as |c|> + {{yield c to="svg"}} <:after as |c|> @@ -20,5 +21,6 @@ {{datum.formattedY}} + {{yield c to="after"}}