I’m using LightningchartJS and have encountered an issue with the xAxis zoom functionality in a chart. Specifically, I’m referring to the behavior observed in this live demo:
Currently, users can zoom in and out on the xAxis by scrolling the mouse wheel, as demonstrated in the screenshots below:
This unrestricted zooming is not ideal for my use case. I would like to restrict the zoom range on the xAxis such that users can only zoom between the values of -0.5 and 1.5. How can I configure the xAxis properties or use event handlers to achieve this limited zooming capability?
Any insights or examples would be greatly appreciated!