<!-- Describe your bugs below ^_^ --> ## 🐛 Bug description [Please make everyone to understand it] when set step paramter, if value is not increase by 1, 2, 5 ...., will accur show problem: <img width="510" alt="image" src="https://github.com/SwanHubX/SwanLab/assets/58305964/b6f2c782-8a7b-4e03-854d-daaec77e86a1"> code: ```python import swanlab swanlab.init() for i in range(100): swanlab.log({"loss": i}, step=i + 100) ``` ## 🚑 Any additional [like screenshots] - **SwanLab Version**:v0.1.6 - **Platform**:MacOS