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
Thanks for your reply.
I tried to the above link in edge, its not working for me. Attached a screen capture. ScreenCapture_2018-11-21 12.11.50.zip
Version:
Microsoft EdgeHTML 16.16299
Microsoft Edge 41.16299.726.0
In IE and Edge browser contextmenu (right-click) event of a plotline is not getting fired . But It works fine in Chrome and Mozilla.
plotLines: [{
color: '#FF0000',
width: 5,
value: 5.5,
events: {
click: function () {
alert('click');
},
contextmenu: function() {
alert('right click');
}
}
}]
The text was updated successfully, but these errors were encountered: