krzysu / flot.tooltip

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

fixed two_chars.html example by adding jquery.flot.time.js #109

Closed kenirwin closed 9 years ago

kenirwin commented 9 years ago

The examples/two_chars.html file uses the xaxis time formatting options in two lines (one for each chart) but the jquery.flot.time.js plugin was not called and not available in the repo. As a result, the chart simply didn't render.

This pull request includes the missing plugin and references it. The charts now render properly.

kenirwin commented 9 years ago

I'm going to withdraw this pull request in favor of a more comprehensive one that I'll submit in a minute.