use scrollzoom on plot in any chart widget

0
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
2 answers
1

you can add these lines in configuration options and it should work.

answered
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.

 

 

answered