From 6796eb9aeb03e5e78bedb1eca106f595c8fb72c1 Mon Sep 17 00:00:00 2001 From: Willian Galvani Date: Sat, 5 Sep 2020 18:26:41 -0300 Subject: [PATCH] Plotly: use filename as plot title --- src/components/Plotly.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Plotly.vue b/src/components/Plotly.vue index 2e77c1e3..0c5e914f 100644 --- a/src/components/Plotly.vue +++ b/src/components/Plotly.vue @@ -581,6 +581,7 @@ export default { }, plot () { console.log('plot()') + plotOptions.title = this.state.file let _this = this let datasets = [] this.state.expressionErrors = []