mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-10 19:22:58 +08:00
Merge pull request #7256 from PSHollenberg/master
Missing axisOptions mode and monthNames
This commit is contained in:
2
flot/jquery.flot.d.ts
vendored
2
flot/jquery.flot.d.ts
vendored
@@ -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