Skip to content

Commit

Permalink
Plotly: use filename as plot title
Browse files Browse the repository at this point in the history
  • Loading branch information
Williangalvani committed Sep 5, 2020
1 parent 31f2f81 commit 6796eb9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Plotly.vue
Original file line number Diff line number Diff line change
Expand Up @@ -581,6 +581,7 @@ export default {
},
plot () {
console.log('plot()')
plotOptions.title = this.state.file
let _this = this
let datasets = []
this.state.expressionErrors = []
Expand Down

0 comments on commit 6796eb9

Please sign in to comment.