mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Missing axisOptions mode and monthNames
This commit is contained in:
Vendored
+2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user