Skip to content
This repository has been archived by the owner on Mar 28, 2022. It is now read-only.

Commit

Permalink
Merge pull request #234 from ohyama/fix-iframe-height
Browse files Browse the repository at this point in the history
fix iframe height
  • Loading branch information
ohyama authored Apr 9, 2020
2 parents b9f9645 + 061bb11 commit c460e21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/DataView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ export default Vue.extend({
},
graphEmbedValue(): string {
const graphEmbedValue =
'<iframe width="560" height="450" src="' +
'<iframe width="560" height="550" src="' +
this.permalink(true, true) +
'" frameborder="0"></iframe>'
return graphEmbedValue
Expand Down

0 comments on commit c460e21

Please sign in to comment.