10000
We read every piece of feedback, and take your input very seriously.
2 parents f010f05 + 4c3d316 commit b274f6bCopy full SHA for b274f6b
README.md
@@ -174,6 +174,7 @@ Event handlers for specific [`plotly.js` events](https://plot.ly/javascript/plot
174
| `onSliderChange` | `Function` | `plotly_sliderchange` |
175
| `onSliderEnd` | `Function` | `plotly_sliderend` |
176
| `onSliderStart` | `Function` | `plotly_sliderstart` |
177
+| `onSunburstClick` | `Function` | `plotly_sunburstclick` |
178
| `onTransitioning` | `Function` | `plotly_transitioning` |
179
| `onTransitionInterrupted` | `Function` | `plotly_transitioninterrupted` |
180
| `onUnhover` | `Function` | `plotly_unhover` |
src/factory.js
@@ -30,6 +30,7 @@ const eventNames = [
30
'SliderChange',
31
'SliderEnd',
32
'SliderStart',
33
+ 'SunburstClick',
34
'Transitioning',
35
'TransitionInterrupted',
36
'Unhover',