We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76db36b commit f877c34Copy full SHA for f877c34
package.json
@@ -28,8 +28,7 @@
28
"license": "MIT",
29
"dependencies": {
30
"lodash": "^4.17.5",
31
- "plotly.js": "^1.35.0",
32
- "webpack": "^3.11.0"
+ "plotly.js": "^1.35.0"
33
},
34
"devDependencies": {
35
"@vue/test-utils": "^1.0.0-beta.12",
src/Plotly.vue
@@ -75,7 +75,7 @@ export default {
75
methods: {
76
initEvents() {
77
if (this.autoResize) {
78
- this.__resizeListener = debounce(this.plot, 200)
+ this.__resizeListener = debounce(this.newPlot, 200)
79
window.addEventListener('resize', this.__resizeListener)
80
}
81
0 commit comments