Skip to content

Commit b274f6b

Browse files
authored
Merge pull request #203 from LittleMikeDev/add-sunburstclick
Add support for onSunburstClick/plotly_sunburstclick event
2 parents f010f05 + 4c3d316 commit b274f6b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff 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` |

src/factory.js

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ const eventNames = [
3030
'SliderChange',
3131
'SliderEnd',
3232
'SliderStart',
33+
'SunburstClick',
3334
'Transitioning',
3435
'TransitionInterrupted',
3536
'Unhover',

0 commit comments

Comments
 (0)