JuliaPlots / JuliaPlots/PlotlyJS.jl
sync zoom
- Dominant language
- Julia
- Stars
- 444
- Forks
- 86
- PR merge metrics
- No merged PRs in 30d
Description
When I have subplots and interact with them (zoom). the zoom on x axes not synced
```
using PlotlyJS
x = 1:10; y = rand(10,2);
plot([Plot(x, y[:,1]), Plot(x, y[:,1])])
```
plot show up like this (great)

However, then I zoom on one of the subplots, another one(s) keep their timescale intact

I maybe not a bug, but (me) missing default/option set.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.