plotly / react-plotly.js

A plotly.js React component from Plotly 📈
MIT License
1.01k stars 135 forks source link

Xaxis changes when frame changed with sliders #306

Open StasSpawn opened 1 year ago

StasSpawn commented 1 year ago

You can see it by lines. They change their position. (in json axis numbers also changes) 2022-12-28_153734 2022-12-28_153756

As you can see, lines changed their positions. So, axis changes it according to each frame axis. For example, if there will be frame with 1 marker, this plot will became so small.

But how can I make stable Plotly, without that movement when I change frames?