Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions dist/vue-plotly.js
Original file line number Diff line number Diff line change
Expand Up @@ -596,7 +596,7 @@ var Component = __webpack_require__(29)(
/* cssModules */
null
)
Component.options.__file = "C:\\Users\\martinha\\vue-plotly\\src\\Plotly.vue"
Component.options.__file = "C:\\Projects\\vue plotly\\vue-plotly\\src\\Plotly.vue"
if (Component.esModule && Object.keys(Component.esModule).some(function (key) {return key !== "default" && key !== "__esModule"})) {console.error("named exports are not supported in *.vue files.")}
if (Component.options.functional) {console.error("[vue-loader] Plotly.vue: functional components are not supported with templates, they should use render functions.")}

Expand Down Expand Up @@ -1176,7 +1176,7 @@ var methods = functions.reduce(function (all, funcName) {
return __WEBPACK_IMPORTED_MODULE_1_plotly_js___default.a.plot(this.$refs.container, this.data, this.internalLayout, this.options);
},
newPlot: function newPlot() {
return __WEBPACK_IMPORTED_MODULE_1_plotly_js___default.a.newPlot(this.$refs.container, this.data, this.internalLayout, this.options);
return __WEBPACK_IMPORTED_MODULE_1_plotly_js___default.a.react(this.$refs.container, this.data, this.internalLayout, this.options);
}
})
});
Expand Down
Loading