Skip to content

Commit 470577a

Browse files
authored
feat(sankey): add default label layout (#2186)
1 parent c47329f commit 470577a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/plots/sankey/index.ts

+5
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@ export class Sankey extends Plot<SankeyOptions> {
3939
content: name,
4040
};
4141
},
42+
layout: [
43+
{
44+
type: 'hide-overlap',
45+
},
46+
],
4247
},
4348
tooltip: {
4449
showTitle: false,

0 commit comments

Comments
 (0)