Skip to content

Commit 9c0cbda

Browse files
committed
docs: update SanKey example
1 parent 358ed37 commit 9c0cbda

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/demos/config/demo/Sankey/basic.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ function Example() {
139139

140140
link: {
141141
style: {
142+
fillOpacity: 0.3,
142143
fill(datum) {
143144
// @ts-expect-error 忽略报错
144145
const start = specified[datum?.source];

0 commit comments

Comments
 (0)