HumbleSoftware / Flotr2

Graphs and Charts for Canvas in JavaScript.
http://www.humblesoftware.com/flotr2/
MIT License
2.45k stars 528 forks source link

Value box is not appearing with Chromium 43.0.2357.65 #303

Open canasdiaz opened 9 years ago

canasdiaz commented 9 years ago

I've just updated Chromium to version 43.0.2357.65 and the value boxes are not working when the mouse is on top of the charts. I've also tested it with the "basic bars" example at: http://www.humblesoftware.com/flotr2#!basic-bars .. same result.

I'm running Chromium on top of Debian GNU/Linux.

Any workaround I can apply before the fix comes up?

Best.

acs commented 9 years ago

After some research, the problem is located in https://github.com/fat/bean

Starting from v42 in Chrome/Chromium the call:

https://github.com/HumbleSoftware/Flotr2/blob/master/js/Graph.js#L376

is not received from Bean so the event is not fired.

acs commented 9 years ago

https://github.com/fat/bean/issues/125

Ticket created upstream

canasdiaz commented 9 years ago

Interesting, well done @acs :+1: