Skip to content

Commit c9c2c97

Browse files
authored
Downloads chart: fix display mode when resizing (#8594)
1 parent 487cf60 commit c9c2c97

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)