pyvis icon indicating copy to clipboard operation
pyvis copied to clipboard

Custom sliders?

Open KrishivVora opened this issue 3 years ago • 0 comments

I was wondering if there was a way to have custom sliders similar to the various buttons/sliders in the network options? Say I want to set a slider for a variable 'time' and as I drag the slider, elements on the network visualization change as defined in some function that I input, but dynamically. Currently I can do this with ipywidgets but it isn't dynamic so the .html has to be re-made each time the slider is adjusted. This is not smooth and results in the positions of the nodes changing constantly since they seem to be randomly placed each time the graph is redrawn.

KrishivVora avatar Jun 29 '22 01:06 KrishivVora