From febecbb94e1f52ad87d0be6b42bcefbf37591a18 Mon Sep 17 00:00:00 2001 From: Michael Lange Date: Mon, 15 Mar 2021 11:52:28 -0700 Subject: [PATCH] Pass the LineChart named blocks through to callers of StatsTimeSeries --- ui/app/templates/components/stats-time-series.hbs | 2 ++ 1 file changed, 2 insertions(+) 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"}}