ricklupton / ipysankeywidget

IPython / Jupyter Sankey diagram widget
MIT License
174 stars 24 forks source link

Warn if `value` is missing from flows #88

Open ricklupton opened 1 year ago

ricklupton commented 1 year ago

It can be confusing that ipysankeywidget just shows nothing (all the nodes on top of each other) if there is a problem with the way the input data is structured -- see e.g. #72

It would be better to give an error/warning/or assume the value is supposed to be 0 if missing?