Hello,
I found in this URL https://codepen.io/destrada/pen/VbMJKy that you can customize the button trigger plotly lasso event.
How should I do it in dash?
My idea is to create a new js file in the assert directory.
console.log(Plotly);
But Plotly is not defined, do I need to introduce plotly?