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
You can also run this in the browser here without installing or serving anything.
When I click the wavesurfer container element it starts playing. But the wavesurfer is never shown. Inspecting the browser console elements I can see that the canvas elements are never created. But I do see some activitity in the div elements that should contain the canvas elements.
For context Panel is also displaying elements inside shadow dom. So could that cause the issue?
Expected result
Wavesurfer would should
Obtained result
Wavesurfer not showing
Video
wavesurferjs.mp4
The text was updated successfully, but these errors were encountered:
Context
I'm trying to help a user of HoloViz Panel using wavesurfer.js in https://discourse.holoviz.org/t/wavesurfer-js-time-series-and-spectrograms-just-how-hard-can-it-be/8491.
Panel is the 3rd most used dashboarding framework in Python according to latest Jetbrains developer survey.
Bug description
I can get wavesurfer playing. But not showing.
Environment
Minimal code snippet
Create a file
app.py
.Serve the application with
You can also run this in the browser here without installing or serving anything.
When I click the wavesurfer container element it starts playing. But the wavesurfer is never shown. Inspecting the browser console elements I can see that the
canvas
elements are never created. But I do see some activitity in thediv
elements that should contain the canvas elements.For context Panel is also displaying elements inside shadow dom. So could that cause the issue?
Expected result
Wavesurfer would should
Obtained result
Wavesurfer not showing
Video
wavesurferjs.mp4
The text was updated successfully, but these errors were encountered: