krzysu / flot.tooltip

tooltip plugin for wonderful Flot plotting library
https://github.com/krzysu/flot.tooltip
187 stars 153 forks source link

fix plugin use checks #128

Closed tigitz closed 9 years ago

tigitz commented 9 years ago

Parameters order used with the jQuery inArray() function was wrong so every features relying on axisLabels and tickRotor plugins couldn't work properly.

Reference : https://api.jquery.com/jQuery.inArray/