Skip to content

Instantly share code, notes, and snippets.

@flowck
Created August 1, 2019 23:01
Show Gist options
  • Save flowck/778a1718fb1d1a1a888a99c6c1dfe64e to your computer and use it in GitHub Desktop.
Save flowck/778a1718fb1d1a1a888a99c6c1dfe64e to your computer and use it in GitHub Desktop.
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