Skip to content

Commit 6796eb9

Browse files
Plotly: use filename as plot title
1 parent 31f2f81 commit 6796eb9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/Plotly.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -581,6 +581,7 @@ export default {
581581
},
582582
plot () {
583583
console.log('plot()')
584+
plotOptions.title = this.state.file
584585
let _this = this
585586
let datasets = []
586587
this.state.expressionErrors = []

0 commit comments

Comments
 (0)