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

rename axis.breaks to axis.rangebreaks #4641

Merged
merged 2 commits into from
Mar 14, 2020
Merged

Conversation

archmoj
Copy link
Contributor

@archmoj archmoj commented Mar 14, 2020

Follow up of feature added in #4614 for v1.53.0
Fixes codegen noting that break is a reserved keyword in python.

@plotly/plotly_js

@archmoj archmoj added bug something broken feature something new status: reviewable labels Mar 14, 2020
@archmoj archmoj added this to the v1.53.0 milestone Mar 14, 2020
@@ -270,7 +270,7 @@ module.exports = {
],
editType: 'calc',
description: [
'Sets the lower and upper bounds of this axis break.',
'Sets the lower and upper bounds of this axis rangebreak.',
Copy link
Collaborator

Choose a reason for hiding this comment

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

hmm somehow as a noun I'm ambivalent about it - probably I'd change the noun usages in descriptions back to break(s) but it's not as clear to me as when break is a verb...

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.

💃

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug something broken feature something new
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants