File tree 2 files changed +2
-0
lines changed
2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -174,6 +174,7 @@ Event handlers for specific [`plotly.js` events](https://plot.ly/javascript/plot
174
174
| ` onSliderChange ` | ` Function ` | ` plotly_sliderchange ` |
175
175
| ` onSliderEnd ` | ` Function ` | ` plotly_sliderend ` |
176
176
| ` onSliderStart ` | ` Function ` | ` plotly_sliderstart ` |
177
+ | ` onSunburstClick ` | ` Function ` | ` plotly_sunburstclick ` |
177
178
| ` onTransitioning ` | ` Function ` | ` plotly_transitioning ` |
178
179
| ` onTransitionInterrupted ` | ` Function ` | ` plotly_transitioninterrupted ` |
179
180
| ` onUnhover ` | ` Function ` | ` plotly_unhover ` |
Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ const eventNames = [
30
30
'SliderChange' ,
31
31
'SliderEnd' ,
32
32
'SliderStart' ,
33
+ 'SunburstClick' ,
33
34
'Transitioning' ,
34
35
'TransitionInterrupted' ,
35
36
'Unhover' ,
You can’t perform that action at this time.
0 commit comments