Doubleclick behavior

I am building a complex chart that consists of scatters and bars. The only way to get it right is to set yaxis.autorange to false. But then if I doublecllick on the chart as soon as it ready it will autosize and Y axis will change. I have tried different settings for the doublecllick, nothing. Any recommendations?

Thanks

This is from the code:
‘If reset, double click resets the axis ranges to their initial values.’,

Is it really working like this? I think it always autorange regardless of the config value. And what exactly “initial values” means?

Thanks

I have got the exact same problem. I made my range variable. If i doubleclick on the graph, it behaves as autorange, even though i set autorange=false