-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Closed
Description
Hi,
I am trying to reproduce this sample Sankey diagram from plotly in Dash: https://plot.ly/python/sankey-diagram/
I just copy-pasted the sample code and in my dash application use
dcc.Graph(figure={'data': [data_trace], 'layout': layout})
The graph gets rendered but the rectangles are not displaying:
I checked the properties of the rect
svg elements and found the height is negative. Any idea why this happens?
Thanks,
Xuan
Metadata
Metadata
Assignees
Labels
No labels