Skip to content

Instantly share code, notes, and snippets.

@flowck
Created August 1, 2019 22:28
Show Gist options
  • Save flowck/ac6e599a52a2c779d9e87da757d46d7f to your computer and use it in GitHub Desktop.
Save flowck/ac6e599a52a2c779d9e87da757d46d7f to your computer and use it in GitHub Desktop.
export default {
name: "plotWithXandY",
data() {
return {
size: {
width: 0,
height: 0
},
margin: {
top: 20,
bottom: 10,
left: 20,
right: 10
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment