krzysu / flot.tooltip

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

Tooltip placeholders supporting flot-axislabels plugin, flot plugin detection. #64

Closed LoicUV closed 10 years ago

LoicUV commented 10 years ago

Added support for flot-axislabels plugin (https://github.com/markrcote/flot-axislabels) through two new placeholders "%lx" and "%ly" for respectively x and y axis labels. If given without the plugin, the placeholders are removed from the tooltip content. Added a plugin "detection" system for facilitating further plugin-dependent developments.

krzysu commented 10 years ago

merged