Skip to content

Commit 390ae3a

Browse files
committed
default layout sets legend trace order to normal to avoid spacings when show_value is true
1 parent eaa8673 commit 390ae3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/themed-layout.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ export default function getThemedLayout(
7979
};
8080

8181
return merge(
82-
{},
82+
{ layout: { legend: { traceorder: "normal" } } },
8383
no_theme ? {} : theme,
8484
no_default_layout ? {} : defaultLayout
8585
);

0 commit comments

Comments
 (0)