Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tooltip values for weights at nodes #65

Open
datandata opened this issue Jul 30, 2019 · 9 comments
Open

Tooltip values for weights at nodes #65

datandata opened this issue Jul 30, 2019 · 9 comments
Assignees
Labels

Comments

@datandata
Copy link

datandata commented Jul 30, 2019

Hi,

I have downloaded and am using SankeyDiagram.SankeyDiagram1446463184954.2.0.1.0. I have created the diagram, but when the mouse hovers over the node labels, the tooltip shows a different (and incorrect) weight than when hovering over the link.

I have worked out that this is because when hovering over the node, the tooltip sums up all of the weights EXCEPT the weight where the relationship is NODE A -> NODE A.

To elaborate, if I have data such as :

Source Destination Weight
USA USA 5
USA UK 1
USA Germany 1

When hovering over the USA source node, the weight will be given as 2 instead of 7. Is there a way to change this in the visual, or turn off the tooltip?

Any help much apprciated.

@helen508light
Copy link

Thank u for feedback!
We'll consider this in the next version of the visual.

Also, you can just make changes by yourself or wait for new vresions.
Feel free to fork or modify it source code for your need.

@chrisbirduk
Copy link

Added support for custom tooltips to my repository that can get around this.

@pikachu81
Copy link

Hello,

i commented some strange results in the sankey chart as described following:

https://community.powerbi.com/t5/Issues/Sankey-Chart-3-0-3-from-Microsoft-Wrong-Result/idc-p/2048390#M69169

Any help would be appreciated.

@HairyDrumroll
Copy link

HairyDrumroll commented Sep 1, 2021

Thank u for feedback!
We'll consider this in the next version of the visual.

Also, you can just make changes by yourself or wait for new vresions.
Feel free to fork or modify it source code for your need.

Two years on, I feel like this isn't going to get fixed. Would that be correct @helen508light?
Also, "feel free to fork or modify" isn't realistic for the average user - or even an advanced user.

@pikachu81
Copy link

Hello,

i commented some strange results in the sankey chart as described following:

https://community.powerbi.com/t5/Issues/Sankey-Chart-3-0-3-from-Microsoft-Wrong-Result/idc-p/2048390#M69169

Any help would be appreciated.

Hello. Can someone confirm that this is a bug? Or do I something wrong? :-/

@HairyDrumroll
Copy link

Hello. Can someone confirm that this is a bug? Or do I something wrong? :-/

Labelled as a bug 2 years ago.

@pikachu81
Copy link

Hello helen508light,

some new status about the bug discribed above? A fix of the bug would be appreciated =)

Many thanks

@Jogihu
Copy link

Jogihu commented Apr 20, 2022

With the initial example, it shows 12 for USA instead of 7. Because USA-USA is doubled in the source tooltip.

So the bug is that it counts the weight value twice where source=destination (in the words of the OP: where the relationship is NODE A -> NODE A).

Please fix this!

A workaround is to create unique names, e.g. "USA_Source" and "USA_Destination" and adjust the colours manually to be the same.

@saad749
Copy link

saad749 commented Dec 25, 2022

Is there any chance this will be fixed in near future?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

8 participants