Rangeslider autoscale on yaxis

Hi,
So i was looking at forum, but unfortunatelly didn’t find any solution to my issue, maybe someone smarther than me find something relevant.
My issue is:


I have a rangeslider

'layout': go.Layout(xaxis=dict(
            rangeselector=dict(
                buttons=list([
                    dict(count=1, label='1 day', step='day', stepmode='backward'),
                    dict(count=7, label='1 week', step='day', stepmode='backward'),
                    dict(count=1, label='1 month', step='month', stepmode='backward'),
                    dict(step='all')
                ])
            ),
            rangeslider=dict(), type='date'
        ), yaxis={'autorange': True}
        )

it’s not autoscale as you can see from image, is there any solution to this?

so, anyone has a solution for this maybe?

Hi,
have you found a solution? I have the same problem too