diff --git a/README.md b/README.md index 7a4e1ae..6122dad 100644 --- a/README.md +++ b/README.md @@ -171,6 +171,16 @@ Event handlers for specific [`plotly.js` events](https://plot.ly/javascript/plot | `(treemapclick)` | `Function` | `plotly_treemapclick` | | | `(sunburstclick)` | `Function` | `plotly_sunburstclick` | | +### Customizing \ component + +*\* component supports injection of user-defined contents: +```html + + user-defined Angular template + +``` +will put the user template into the root *\* of the resulting *plotly.js* plot, +in front of any plotly-generated elements. This could be useful for implementing plot overlays. ## Customizing the `plotly.js` bundle