Missing axisOptions mode and monthNames

This commit is contained in:
PSHollenberg
2015-12-18 13:26:00 +01:00
parent 40c60850ad
commit 35801ddb4a
+2
View File
@@ -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