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
In our application, we need graphlib-dot to parse DOT payload, dagre-d3 to render this DOT dataset. In another flow, we just use dagre to generate layout dataset, and then feeds it to another chart library to generate the chart.
What would be the best and safe distribution package to include all three libraries together to avoid duplicate and potential racing condition?
Thanks, and really appreciate it.
The text was updated successfully, but these errors were encountered:
In our application, we need graphlib-dot to parse DOT payload, dagre-d3 to render this DOT dataset. In another flow, we just use dagre to generate layout dataset, and then feeds it to another chart library to generate the chart.
What would be the best and safe distribution package to include all three libraries together to avoid duplicate and potential racing condition?
Thanks, and really appreciate it.
The text was updated successfully, but these errors were encountered: