Josef Rybička

Results 2 issues of Josef Rybička

When setting customTooltips like in Chart.js, an event is triggered only when a cursor hovers the dot. Please see this example: ``` javascript customTooltips: function(tooltip) { if(!tooltip) { $('#tooltip').hide(); //code...

Hello, i've made a little improvement in your library for better handling connection errors. When you set **invalid** or non-existing mysql **hostname** or the server doesn't respond, there is **no...