From 3eed66287a620080d5e10c39e1713143d88904c7 Mon Sep 17 00:00:00 2001 From: Ville Brofeldt <33317356+villebro@users.noreply.github.com> Date: Tue, 10 Sep 2019 03:16:01 +0200 Subject: [PATCH] fix: remove redundant target from sankey tooltip (#193) --- packages/superset-ui-legacy-plugin-chart-sankey/src/Sankey.js | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/superset-ui-legacy-plugin-chart-sankey/src/Sankey.js b/packages/superset-ui-legacy-plugin-chart-sankey/src/Sankey.js index 45946a91a..2b438445b 100644 --- a/packages/superset-ui-legacy-plugin-chart-sankey/src/Sankey.js +++ b/packages/superset-ui-legacy-plugin-chart-sankey/src/Sankey.js @@ -115,7 +115,6 @@ function Sankey(element, props) { '
', `${Number.isFinite(targetPercent) ? targetPercent : '--'}% of `, d.target.name, - 'target', '', ].join(''); }