Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple instances affect eachother in a breaking way #28

Open
SumNeuron opened this issue Dec 6, 2019 · 0 comments
Open

Multiple instances affect eachother in a breaking way #28

SumNeuron opened this issue Dec 6, 2019 · 0 comments

Comments

@SumNeuron
Copy link

I have two Plotly instances, which plot data after a button press (e.g. click button one, data for the first instance is plotted).

  • plot 1 is a scatter plot
  • plot 2 is a group violin plot

If I click the button for plot one, everything works fine. If I then click the button for plot two, however, the group violin mode of layout is updated in the internalLayout data of of plot one! Note, that each of these instances have separate data and layouts!
e.g.

<VuePlolty v-bind="propsOne" />
<VuePlolty v-bind="propsTwo" />

So how to get around this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant