This repository has been archived by the owner on Nov 12, 2024. It is now read-only.
Use Plotly.js bundled module instead of CDN link in demo #7
Labels
dependencies
Pull requests that update a dependency file
Currently, we must add the import Plotly.js via CDN, because it is impossible to use Plotly.js with Snowpack.
Following Snowpacks instructions to Node built-in could not be resolved leads to the error
Cannot read property 'document' of undefined
(see plotly/angular-plotly.js#75). Also creating a custom build following the instructions for webpack builds did not work.I guess that this issue can be resolved, once ...
The text was updated successfully, but these errors were encountered: