JuliaPlots / JuliaPlots/PlotlyJS.jl

sync zoom

Open
#281 2 comments 0 reactions 0 assignees View on GitHub
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)
![image](https://user-images.githubusercontent.com/2228878/58315068-15fda900-7e11-11e9-9352-0afabb15b249.png)

However, then I zoom on one of the subplots, another one(s) keep their timescale intact
![image](https://user-images.githubusercontent.com/2228878/58315182-50674600-7e11-11e9-8583-4f80c9e432e8.png)

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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.