From 35801ddb4a4f058eb1611164b91d053993bb175e Mon Sep 17 00:00:00 2001 From: PSHollenberg Date: Fri, 18 Dec 2015 13:26:00 +0100 Subject: [PATCH] Missing axisOptions mode and monthNames --- flot/jquery.flot.d.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flot/jquery.flot.d.ts b/flot/jquery.flot.d.ts index 027330eee..c45558b87 100644 --- a/flot/jquery.flot.d.ts +++ b/flot/jquery.flot.d.ts @@ -92,6 +92,8 @@ declare module jquery.flot { interface axisOptions { show?: boolean; // null or true/false position?: string; // "bottom" or "top" or "left" or "right" + mode?: string; // "time" + monthNames?: string[]; // array of month names color?: any; // null or color spec tickColor?: any; // null or color spec