Skip to content
This repository has been archived by the owner on Dec 10, 2021. It is now read-only.

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 committed Sep 10, 2019
1 parent 5a8b094 commit c4b6ed2
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 c4b6ed2

Please sign in to comment.