We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 597589a commit 82a78a7Copy full SHA for 82a78a7
README.md
@@ -171,6 +171,16 @@ Event handlers for specific [`plotly.js` events](https://plot.ly/javascript/plot
171
| `(treemapclick)` | `Function` | `plotly_treemapclick` | |
172
| `(sunburstclick)` | `Function` | `plotly_sunburstclick` | |
173
174
+### Customizing \<plotly-plot\> component
175
+
176
+*\<plotly-plot\>* component supports injection of user-defined contents:
177
+```html
178
+<plotly-plot>
179
+ user-defined Angular template
180
+</plotly-plot>
181
+```
182
+will put the user template into the root *\<div\>* of the resulting *plotly.js* plot,
183
+in front of any plotly-generated elements. This could be useful for implementing plot overlays.
184
185
## Customizing the `plotly.js` bundle
186
0 commit comments