lrgr/explosig

Don't store plot data in the Vue instance

Closed this issue · 1 comments

The plot data does not need vue's reactivity, so move it out of the vue instance for all plots. This should improve performance and at the same time allow for multiple plots to use the same data/server response.