Skip to content

Commit 2540a50

Browse files
committed
Downloads chart: fix display mode when resizing
1 parent 487cf60 commit 2540a50

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/web_app/lib/src/widget/downloads_chart/widget.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ void create(HTMLElement element, Map<String, String> options) {
167167
currentDisplayList,
168168
data.newestDate,
169169
totals,
170+
displayMode: currentDisplayMode,
170171
);
171172
}
172173

0 commit comments

Comments
 (0)