We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60b7d0d commit ce4f123Copy full SHA for ce4f123
packages/storybook/stories/Charts/Treemap.stories.tsx
@@ -42,6 +42,7 @@ export function Basic() {
42
tooltip: {
43
title: d => d.data.name,
44
},
45
+ legend: false,
46
};
47
48
return (
0 commit comments