Commit e10b38bf authored by David Schnur's avatar David Schnur

Re-expose formatDate on the plot object.

parent f8064ca7
......@@ -361,4 +361,10 @@ for details.
version: '1.0'
});
// Time-axis support used to be in Flot core, which exposed the
// formatDate function on the plot object. Various plugins depend
// on the function, so we need to re-expose it here.
$.plot.formatDate = formatDate;
})(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