@@ -139,38 +139,38 @@ export class PlotlyExampleComponent {
139139
140140Event handlers for specific [ ` plotly.js ` events] ( https://plot.ly/javascript/plotlyjs-events/ ) may be attached through the following props:
141141
142- | Prop | Type | Plotly Event |
143- | ------------------------- | ---------- | ------------------------------ |
144- | ` (afterExport) ` | ` Function ` | ` plotly_afterexport ` |
145- | ` (afterPlot) ` | ` Function ` | ` plotly_afterplot ` |
146- | ` (animated) ` | ` Function ` | ` plotly_animated ` |
147- | ` (animatingFrame) ` | ` Function ` | ` plotly_animatingframe ` |
148- | ` (animationInterrupted) ` | ` Function ` | ` plotly_animationinterrupted ` |
149- | ` (autoSize) ` | ` Function ` | ` plotly_autosize ` |
150- | ` (beforeExport) ` | ` Function ` | ` plotly_beforeexport ` |
151- | ` (buttonClicked) ` | ` Function ` | ` plotly_buttonclicked ` |
152- | ` (plotly_click) ` [ why not (click)? ] ( FAQ.md#why-using-plotly_click-instead-of-click ) | ` Function ` | ` plotly_click ` |
153- | ` (clickAnnotation) ` | ` Function ` | ` plotly_clickannotation ` |
154- | ` (deselect) ` | ` Function ` | ` plotly_deselect ` |
155- | ` (doubleClick) ` | ` Function ` | ` plotly_doubleclick ` |
156- | ` (framework) ` | ` Function ` | ` plotly_framework ` |
157- | ` (hover) ` | ` Function ` | ` plotly_hover ` |
158- | ` (legendClick) ` | ` Function ` | ` plotly_legendclick ` |
159- | ` (legendDoubleClick) ` | ` Function ` | ` plotly_legenddoubleclick ` |
160- | ` (relayout) ` | ` Function ` | ` plotly_relayout ` |
161- | ` (restyle) ` | ` Function ` | ` plotly_restyle ` |
162- | ` (redraw) ` | ` Function ` | ` plotly_redraw ` |
163- | ` (selected) ` | ` Function ` | ` plotly_selected ` |
164- | ` (selecting) ` | ` Function ` | ` plotly_selecting ` |
165- | ` (sliderChange) ` | ` Function ` | ` plotly_sliderchange ` |
166- | ` (sliderEnd) ` | ` Function ` | ` plotly_sliderend ` |
167- | ` (sliderStart) ` | ` Function ` | ` plotly_sliderstart ` |
168- | ` (transitioning) ` | ` Function ` | ` plotly_transitioning ` |
169- | ` (transitionInterrupted) ` | ` Function ` | ` plotly_transitioninterrupted ` |
170- | ` (unhover) ` | ` Function ` | ` plotly_unhover ` |
171- | ` (relayouting) ` | ` Function ` | ` plotly_relayouting ` |
172- | ` (treemapclick) ` | ` Function ` | ` plotly_treemapclick ` |
173- | ` (sunburstclick) ` | ` Function ` | ` plotly_sunburstclick ` |
142+ | Prop | Type | Plotly Event | Obs |
143+ | ------------------------- | ---------- | ------------------------------ | --- |
144+ | ` (afterExport) ` | ` Function ` | ` plotly_afterexport ` | |
145+ | ` (afterPlot) ` | ` Function ` | ` plotly_afterplot ` | |
146+ | ` (animated) ` | ` Function ` | ` plotly_animated ` | |
147+ | ` (animatingFrame) ` | ` Function ` | ` plotly_animatingframe ` | |
148+ | ` (animationInterrupted) ` | ` Function ` | ` plotly_animationinterrupted ` | |
149+ | ` (autoSize) ` | ` Function ` | ` plotly_autosize ` | |
150+ | ` (beforeExport) ` | ` Function ` | ` plotly_beforeexport ` | |
151+ | ` (buttonClicked) ` | ` Function ` | ` plotly_buttonclicked ` | |
152+ | ` (plotly_click) ` | ` Function ` | ` plotly_click ` | [ why not (click)? ] ( FAQ.md#why-using-plotly_click-instead-of-click ) |
153+ | ` (clickAnnotation) ` | ` Function ` | ` plotly_clickannotation ` | |
154+ | ` (deselect) ` | ` Function ` | ` plotly_deselect ` | |
155+ | ` (doubleClick) ` | ` Function ` | ` plotly_doubleclick ` | |
156+ | ` (framework) ` | ` Function ` | ` plotly_framework ` | |
157+ | ` (hover) ` | ` Function ` | ` plotly_hover ` | |
158+ | ` (legendClick) ` | ` Function ` | ` plotly_legendclick ` | |
159+ | ` (legendDoubleClick) ` | ` Function ` | ` plotly_legenddoubleclick ` | |
160+ | ` (relayout) ` | ` Function ` | ` plotly_relayout ` | |
161+ | ` (restyle) ` | ` Function ` | ` plotly_restyle ` | |
162+ | ` (redraw) ` | ` Function ` | ` plotly_redraw ` | |
163+ | ` (selected) ` | ` Function ` | ` plotly_selected ` | |
164+ | ` (selecting) ` | ` Function ` | ` plotly_selecting ` | |
165+ | ` (sliderChange) ` | ` Function ` | ` plotly_sliderchange ` | |
166+ | ` (sliderEnd) ` | ` Function ` | ` plotly_sliderend ` | |
167+ | ` (sliderStart) ` | ` Function ` | ` plotly_sliderstart ` | |
168+ | ` (transitioning) ` | ` Function ` | ` plotly_transitioning ` | |
169+ | ` (transitionInterrupted) ` | ` Function ` | ` plotly_transitioninterrupted ` | |
170+ | ` (unhover) ` | ` Function ` | ` plotly_unhover ` | |
171+ | ` (relayouting) ` | ` Function ` | ` plotly_relayouting ` | |
172+ | ` (treemapclick) ` | ` Function ` | ` plotly_treemapclick ` | |
173+ | ` (sunburstclick) ` | ` Function ` | ` plotly_sunburstclick ` | |
174174
175175
176176## Customizing the ` plotly.js ` bundle
0 commit comments