Angular - Mouse events are not working

TeeChart for JavaScript for the HTML5 Canvas
Post Reply
aaron
Newbie
Newbie
Posts: 30
Joined: Mon Apr 17, 2023 12:00 am

Angular - Mouse events are not working

Post by aaron » Fri Apr 28, 2023 1:30 pm

Hello ,

I have been using mouse events as shown below were not working in
  • Chrome
  • Edge

Code: Select all

this.TChart.domousedown = function () {debugger; };
this.TChart.domousemove = function () { debugger;};
this.TChart.domouseup = function () { debugger; };
Attachments
events.png
events.png (17.52 KiB) Viewed 11601 times

Marc
Site Admin
Site Admin
Posts: 1209
Joined: Thu Oct 16, 2003 4:00 am
Location: Girona
Contact:

Re: Angular - Mouse events are not working

Post by Marc » Tue May 09, 2023 3:48 pm


Post Reply