Skip to content

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

Merged
merged 2 commits into from
Mar 30, 2020
Merged

Edit mocks #4708

merged 2 commits into from
Mar 30, 2020

Conversation

archmoj
Copy link
Contributor

@archmoj archmoj commented Mar 30, 2020

Commit f065405 fixes #4705.
Commit f9bff4d removes duplicate keys from two other mocks.

@plotly/plotly_js

@@ -1256,7 +1256,6 @@
"size": 12,
"color": "grey"
},
"showlegend": true,
Copy link
Contributor Author

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!

Copy link
Contributor Author

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.

Copy link
Collaborator

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":""
Copy link
Collaborator

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.

Copy link
Collaborator

@alexcjohnson alexcjohnson left a comment

Choose a reason for hiding this comment

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

💃

@archmoj archmoj merged commit b8a452c into master Mar 30, 2020
@archmoj archmoj deleted the fix4705-edit-mocks branch March 30, 2020 01:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Test mock with numeric "offsetgroup" value
2 participants