-
-
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
Include gl3d in strict bundle #5888
Conversation
@@ -152,7 +168,7 @@ | |||
"deep-equal": "^2.0.5", | |||
"derequire": "^2.1.1", | |||
"ecstatic": "^4.1.4", | |||
"eslint": "^7.32.0", | |||
"eslint": "git://github.com/archmoj/eslint#083ad40001b45ad06b07ef0449b6f06e5c9bb099", |
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.
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.
Excellent! I'm not going to go through all the new code you've added in all the sub-packages... the tests pass so I'm happy :) 💃
Changes to the bundle sizes:
This could be reduced in follow up PR(s) by removing unused dimensions e.g. iso-surface generation in |
Addresses #897 and adds all
gl3d
traces as well asheatmapgl
andpointcloud
traces fromgl2d
subplots to the "strict" bundle.To test it within dashboard after checking out the branch
@plotly/plotly_js