WestHealth/pyvis

Loading Bar Toggle

justas-b opened this issue · 0 comments

I want to request the ability to toggle the loading bar off (regardless of whether the network is rendering in the background). This might be a niche request, however, when using this within a stateless application, the loading bar does not update, so I would like to have the ability to remove the loading bar.

For context, I have built an app that utilises this library to visualise networks (only Python library that can serve my purpose). It is built on top of Dash and I generate the visualisation inside of an Iframe container. When the network is too large the loading bar appears and does not disappear unless you manually delete the element (even though the network registers in the background).

Thanks in advance and thanks for this library 😎