Continuous slider without steps, for float numerical value

Hi,

How to create a continous slider with Plotly.js, with float values? Here are examples for sliders “with steps”: Slider events in JavaScript

Example:

  • I’d like to plot the function x^alpha for x = 0..1, and have a continuous slider for alpha between 0.1 and 10.

How would you do this? Thanks!

Does someone have an idea about how to do this with PlotlyJS only? (no Python)