Created
August 1, 2019 23:01
-
-
Save firminochangani/778a1718fb1d1a1a888a99c6c1dfe64e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
methods: { | |
render() { | |
this.setSizes(); | |
this.setScales(); | |
this.renderAxes(); | |
} | |
}, | |
mounted(){ | |
this.render(); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment