I am using networkD3 in R to display my data (sankeyNetwork function). I ran into several issues that do not seem to have solutions available. Issue 1: If node
I am creating a Sankey diagram with plotly as follows: import plotly.graph_objects as go fig = go.Figure(data=[go.Sankey( valueformat = ".0f",
I'd like to add some annotations to Plotly Sankey diagram. And I want to draw them right over the blocks of sankey nodes (with the same x-position) but couldn'