Skip to content

Commit

Permalink
fix: remove redundant target from sankey tooltip (#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
villebro authored and zhaoyongjie committed Nov 26, 2021
1 parent 89591bd commit 79c755e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ function Sankey(element, props) {
'<br/>',
`<span class='emph'>${Number.isFinite(targetPercent) ? targetPercent : '--'}%</span> of `,
d.target.name,
'target',
'</div>',
].join('');
}
Expand Down

0 comments on commit 79c755e

Please sign in to comment.