You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: FAQ.md
+7
Original file line number
Diff line number
Diff line change
@@ -4,3 +4,10 @@
4
4
## How to disable plotly events ?
5
5
6
6
It's possible disable some plotly events returning `false` in its event. Please see issue: https://github.com/plotly/angular-plotly.js/issues/52#issuecomment-476018478
7
+
8
+
9
+
10
+
## Why using `(plotly_click)` instead of `(click)` ?
11
+
12
+
Angular uses the `(click)` directive to itself. If we use the `click` name as event alias to `plotly_click` we might get unexpected behaviour from both angular and plotly.js. We believe it is simpler to just avoid using the same name is better.
13
+
Please see issue: https://github.com/plotly/angular-plotly.js/issues/63
0 commit comments