Skip to content

Commit 492a05e

Browse files
szakariasisoos
authored andcommitted
Downloads chart: fix display mode when resizing (dart-lang#8594)
1 parent 2a7e7d5 commit 492a05e

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)