jonaschn commented on code in PR #30023:
URL: https://github.com/apache/superset/pull/30023#discussion_r1732988537


##########
superset-frontend/plugins/legacy-plugin-chart-chord/src/Chord.js:
##########
@@ -130,9 +130,9 @@ function Chord(element, props) {
     .text(
       d =>
         `${nodes[d.source.index]} → ${nodes[d.target.index]}: ${f(

Review Comment:
   The diff looks a bit misleading.
   I simply swapped `d.source.value` and `d.target.value` (line 133 and 135)



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to