-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Drop legacy polar #5399
Drop legacy polar #5399
Conversation
@@ -6,7 +6,6 @@ var list = [ | |||
'4', | |||
'5', | |||
'6', | |||
'7', |
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.
And delete 6 and 8 (and their commented-out lines below), right?
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.
Should verify that all the @noCI
tests still run before we merge this.
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.
Good eye.
Done in de6ca39.
And validated before submitting the PR.
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.
OIC, this line will skip missing figures
plotly.js/test/jasmine/tests/mock_test.js
Line 2178 in 1529f3b
if(figure) { |
That seems a little dangerous, but doesn't need to be addressed now.
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.
💃 that's a nice big 🔪 !!
Addresses #5395,
This PR drops legacy
polar
andarea
trace.It also drops
t
andr
from thescatter
trace and dropslayout.radialaxis
as well aslayout.angularaxis
attributes.@plotly/plotly_js