-
-
Notifications
You must be signed in to change notification settings - Fork 78
Customize the plotly.js bundle #5
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
Comments
I came-up with a solution in my angular-plotly-react library, which allows you to asynchronously load plotly.js. Feel free to copy this code if it's useful, it's MIT licensed. The async loading does assume that scripts are loaded in |
@andrefarzat you should consider letting people pass in their own |
it arrived! Version |
@andrefarzat PlotlyViaWindowModule example is a bit hard to understand for the people who are new to the angular community. Can you give a full example in the readme file? |
@alwaysprep I created an issue for it. Will work on it this weekend 😃 |
Is there a way to customize the plotly.js bundle or load plotly.js via CDN?
Would be great to reduce the app size as a new Angular 6 app with angular-plotly.js is already 2.83 MB.
The text was updated successfully, but these errors were encountered: