You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I'm trying to understand the "chords.js" file, because I would like to integrate it in a Dash App.
My issue is when I mouse over a chord, I can see the source Chr and the target Chr, but there is no value, it says "undefined". Is it normal? Does it use the data of the "fusion-gene,csv" file?
And I don't understand this:
tooltipContent: function (d) {
return '<h3>' + d.source.id + ' ➤ ' + d.target.id + ': ' + d.value + '</h3><i>(CTRL+C to copy to clipboard)</i>'
},
particularly the " d.source.id" and the "d.target.id", I don't quiet understand where it comes from.
I have to inform you that I am a beginner in Javascript, I still have a lot to learn!
Thanks in advance!
The text was updated successfully, but these errors were encountered:
Hi,
I'm trying to understand the "chords.js" file, because I would like to integrate it in a Dash App.
My issue is when I mouse over a chord, I can see the source Chr and the target Chr, but there is no value, it says "undefined". Is it normal? Does it use the data of the "fusion-gene,csv" file?
And I don't understand this:
particularly the " d.source.id" and the "d.target.id", I don't quiet understand where it comes from.
I have to inform you that I am a beginner in Javascript, I still have a lot to learn!
Thanks in advance!
The text was updated successfully, but these errors were encountered: