I am trying to use/implement https://plotly.com/javascript/configuration-options/ scroll and zoom functionality in our anychart widget but I don’t know how to implement this. so does anyone know how to implement scroll and zoom functionality also I have used this configuration option [ { "scrollZoom":"true" } ] but it doesn’t work as scroll zoom in and out.
asked
shubham pathak
2 answers
2
you can add these lines in configuration options and it should work.
answered
Rachana BP
1
Hi Shubam,
try to enter this code in the json code for plotly ( fixedrange: false for xaxis) into layout options at the advanced tap.