Skip to content

Instantly share code, notes, and snippets.

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