Can i make smooth zoom from input type range with zoom config? Smootр like trigger = wheel?

Hello! I want to change input type range and change zoom smooth

Hello Ivan,
Please clarify in more detail how you expect this feature to work.


@ramil i have this input and i want to change min_column_width and timeline periods, can i make it with zoom extenstion?

Hello Ivan,
Thank you for the clarification.
You need to implement a custom solution for that. It is possible to compare the min_column_width config with the minColumnWidth and maxColumnWidth properties of the Zoom configuration, and depending on that, you can change the Zoom level.
Here is an example of how it can be implemented: