File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 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
174174| ` onSliderChange ` | ` Function ` | ` plotly_sliderchange ` |
175175| ` onSliderEnd ` | ` Function ` | ` plotly_sliderend ` |
176176| ` onSliderStart ` | ` Function ` | ` plotly_sliderstart ` |
177+ | ` onSunburstClick ` | ` Function ` | ` plotly_sunburstclick ` |
177178| ` onTransitioning ` | ` Function ` | ` plotly_transitioning ` |
178179| ` onTransitionInterrupted ` | ` Function ` | ` plotly_transitioninterrupted ` |
179180| ` onUnhover ` | ` Function ` | ` plotly_unhover ` |
Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ const eventNames = [
3030 'SliderChange' ,
3131 'SliderEnd' ,
3232 'SliderStart' ,
33+ 'SunburstClick' ,
3334 'Transitioning' ,
3435 'TransitionInterrupted' ,
3536 'Unhover' ,
You can’t perform that action at this time.
0 commit comments