plotly / plotly.rs

Plotly for Rust
https://docs.rs/plotly
MIT License
1.11k stars 104 forks source link

Support only lower or upper bound for axis range #183

Open iynehz opened 7 months ago

iynehz commented 7 months ago

The Python implementation supports it https://plotly.com/python/axes/#setting-only-a-lower-or-upper-bound-for-range . I think it's basically about setting something like [4.5, null] to range at javascript level.