Added
- Added missing
onTreemapClickandonIcicleClickevent props for theplotly_treemapclickandplotly_icicleclickevents [#376] - Added additional missing events:
onLegendTitleClick,onLegendTitleDoubleClick,onBeforePlot,onAnimating, andonTransitioned[#376]
Fixed
- Returning
falsefromonSunburstClick,onTreemapClick, oronIcicleClicknow prevents the drill-down [#376]onUpdatenow fires for these viaplotly_animated, so it reports the figure after the newlevelis applied and no longer fires when the drill-down is cancelled
Removed
- Removed the errantly added
onClickAnywhereandonHoverAnywhereprops [#376]- plotly.js has no
plotly_clickanywhereorplotly_hoveranywhereevents, so these never fired clickanywhereandhoveranywhereare layout attributes that widen the ordinaryplotly_click/plotly_hover, so the feature is reached throughonClick/onHoverwith the layout flag set — see the README
- plotly.js has no