Skip to content

Commit

Permalink
fix: remove redundant target from sankey tooltip (apache#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
villebro authored and zhaoyongjie committed Nov 24, 2021
1 parent 08588c5 commit edfeb14
Showing 1 changed file with 0 additions and 1 deletion.
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 edfeb14

Please sign in to comment.