Skip to content

Commit

Permalink
README.md: document plotly#147
Browse files Browse the repository at this point in the history
  • Loading branch information
alyst authored Feb 1, 2021
1 parent 597589a commit 82a78a7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 \<plotly-plot\> component

*\<plotly-plot\>* component supports injection of user-defined contents:
```html
<plotly-plot>
user-defined Angular template
</plotly-plot>
```
will put the user template into the root *\<div\>* 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

Expand Down

0 comments on commit 82a78a7

Please sign in to comment.