Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove graph config innards from defaultProps #515

Merged
merged 7 commits into from Apr 9, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/components/Graph.react.js
Expand Up @@ -557,7 +557,7 @@ const graphPropTypes = {
* Extra resolution to give the file after
* rendering it with the given width and height
*/
scale: PropTypes.number
scale: PropTypes.number,
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah thanks. I had done that locally but hadn't pushed it yet as I'm adding a couple of tests.

}),

/**
Expand Down