Prevent zoom reset after chart update (plotly)

Hi everyone.
I am new to Anvil . I have made a dynamic Dashboard project. One Graph get its data from an Uplink server-side call. My problem is, whenever a new point is added, the zoom is reset (the same thing happens in the Data Dashboard Example (weather_graph)). I have built the same app with Dash, and was able to prevent this behavior by setting layout = {‘uirevision’: ‘same’,…}. This doesn’t seem to work in Anvil. Does anyone have an idea how to update the chart without resetting the zoom ?
Thank you