Commit dbd3af9d authored by ilvalle's avatar ilvalle

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

parent 24f70fc6
...@@ -427,5 +427,6 @@ API.txt for details. ...@@ -427,5 +427,6 @@ API.txt for details.
// on the function, so we need to re-expose it here. // on the function, so we need to re-expose it here.
$.plot.formatDate = formatDate; $.plot.formatDate = formatDate;
$.plot.dateGenerator = dateGenerator;
})(jQuery); })(jQuery);
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment