Created
August 1, 2019 22:28
-
-
Save firminochangani/ac6e599a52a2c779d9e87da757d46d7f 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
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