Skip to content

Commit ce4f123

Browse files
committed
docs: hide legend
1 parent 60b7d0d commit ce4f123

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/storybook/stories/Charts/Treemap.stories.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ export function Basic() {
4242
tooltip: {
4343
title: d => d.data.name,
4444
},
45+
legend: false,
4546
};
4647

4748
return (

0 commit comments

Comments
 (0)