-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Edit mocks #4708
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
Edit mocks #4708
Conversation
@@ -1256,7 +1256,6 @@ | |||
"size": 12, | |||
"color": "grey" | |||
}, | |||
"showlegend": true, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
First set to true
here!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
But then set to false
few lines below.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm surprised that's even legal JSON!
@@ -28,6 +28,6 @@ | |||
"height":400, | |||
"width":400, | |||
"barmode":"group", | |||
"barnorm":false | |||
"barnorm":"" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Or just 🔪 since blank is the default. Not blocking though.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💃
Commit f065405 fixes #4705.
Commit f9bff4d removes duplicate keys from two other mocks.
@plotly/plotly_js