made dateGenerator accessible from external plugin, this is useful for the tooltip plugin

master
ilvalle 13 years ago
parent 24f70fc6bd
commit dbd3af9d15

@ -427,5 +427,6 @@ API.txt for details.
// on the function, so we need to re-expose it here.
$.plot.formatDate = formatDate;
$.plot.dateGenerator = dateGenerator;
})(jQuery);

Loading…
Cancel
Save