plotly.rs
plotly.rs copied to clipboard
Support only lower or upper bound for axis range
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.