FVANCOP / ChartNew.js

MIT License
420 stars 143 forks source link

Hilight is heavily blinked in MSIE 11 #465

Open lokapal opened 7 years ago

lokapal commented 7 years ago

Hello, developers!

Your library is truly magnificent fork, but did you ever tried to look to YOUR page http://fvancop.github.io/ChartNew.js/Samples/highLight1.html in Microsoft Internet Explorer 11? I see heavy blinking of all graph when mouse is moving over bars/radar parts/etc. Firefox and Chrome are Ok.

FVANCOP commented 7 years ago

Indeed :-( . I have to look what happens in IE11.

Thanks for reporting the problem.

lokapal commented 7 years ago

Sorry to report, but I can see the same blinking in Apple Safari 9.1 (11601.5.17.1) from Mac OS X El Capitan 10.11.4 (one of the most fresh one). Under Apple I can see that blinking is rather redraw all chart over the previous one (if it helps).

FVANCOP commented 7 years ago

Problem has been fixed for IE; Unfortunately, I could not implement the same solution for Safari browser. I do not have a Mc to debug it... Only a IPhone where I see that it does not work.

@ALL : Can someone test it (and debug the problem) on Safari browser. To test it on safari browser, you have to remove " && (navigator.userAgent.indexOf("Safari")==-1) " on line 665.

Thanks in advance, François

lokapal commented 7 years ago

Hello, François!

Just tested it on my site and Mac OS X El Capitan 10.11.4 Safari. Works like charm. Unfortunately (or fortunately? ;) I don't have any iPhone/iPad/iEtc :) to test it on mobile Safari (in Android and OSS we trust ;) I can test it, however, if you want, in some deviant browsers like Konqueror (Linux KDE built-in browser) or Dolphin (Android browser) ;-) As for debug iOS version (if you really want to accept this headache) - I can only advice to use MacOS X image in VMWARE Player. MacOS X has Xcode, and there you can run the iOS simulator ;-)