Merge pull request #7256 from PSHollenberg/master

Missing axisOptions mode and monthNames
This commit is contained in:
Masahiro Wakame
2015-12-23 15:59:52 +09:00

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