diff --git a/src/components/Plotly.vue b/src/components/Plotly.vue index 6f1b755..564c79f 100644 --- a/src/components/Plotly.vue +++ b/src/components/Plotly.vue @@ -1038,6 +1038,9 @@ export default { ...annotationsParams]] }, addParamChanges () { + if (!this.state.params) { + return + } let i = -300 annotationsParams = [] const firstFetch = new Set()