Candlestick graph zoom

Hello,

I am trying to use the Candlestick graphs and have noticed a difference in functionality between the Python and Js implementations. The Python version has the same zoom as every other graph type (x and y), but for some reason it is disabled in Js, where you can only zoom on the x-axis. Weirdly, the OHLC graphs which are essentially the same but are not as popular work in both. I have looked through the references and not found anything relevant.

Is there a way to enable this functionality? Or am I forced to use Python or the OHLC graphs? Seems bizarre you would disable it?

Kind Regards,

S