diff --git a/pkg/web_app/lib/src/widget/downloads_chart/widget.dart b/pkg/web_app/lib/src/widget/downloads_chart/widget.dart index acea2a6bac..b8d38db22f 100644 --- a/pkg/web_app/lib/src/widget/downloads_chart/widget.dart +++ b/pkg/web_app/lib/src/widget/downloads_chart/widget.dart @@ -167,6 +167,7 @@ void create(HTMLElement element, Map options) { currentDisplayList, data.newestDate, totals, + displayMode: currentDisplayMode, ); }