Skip to content

Commit ae76afe

Browse files
author
Martin Hansen
committed
Add afterplot event. Closes #13
1 parent 14b8c07 commit ae76afe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Plotly.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ const events = [
1818
'deselect',
1919
'doubleclick',
2020
'redraw',
21-
'animated'
21+
'animated',
22+
'afterplot'
2223
]
2324
2425
const functions = [

0 commit comments

Comments
 (0)