diff --git a/README.md b/README.md index 9d1046c..720d43a 100644 --- a/README.md +++ b/README.md @@ -83,6 +83,8 @@ For a full description of Plotly chart types and attributes see the following re * [Plotly JavaScript API documentation](https://plot.ly/javascript/) * [Full plotly.js attribute listing](https://plot.ly/javascript/reference/) +The `plotly.js` is bundled within the angular code. To avoid this, please read [how to customize the plotlyjs bundle](#customizing-the-plotlyjs-bundle) below. + ## API Reference ### Basic Props @@ -172,7 +174,33 @@ export class AppModule { } ### Plotly Via Window Module -If you want to use a [different precompiled bundle](https://github.com/plotly/plotly.js/blob/master/dist/README.md#partial-bundles) or if you wish to [assemble you own customized bundle](https://github.com/plotly/plotly.js#modules), you can use `PlotlyViaWindowModule` to force the use of `window.Plotly` object. You can add the script via tag `