mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
Add timezone, timeformat, twelveHourClock at axisOptions
This commit is contained in:
parent
3785084f44
commit
a4f0972f71
8
types/flot/index.d.ts
vendored
8
types/flot/index.d.ts
vendored
@ -1,6 +1,8 @@
|
||||
// Type definitions for Flot
|
||||
// Project: http://www.flotcharts.org/
|
||||
// Definitions by: Matt Burland <https://github.com/burlandm>, Timo Mühlbach <https://github.com/Anticom>
|
||||
// Definitions by: Matt Burland <https://github.com/burlandm>
|
||||
// Timo Mühlbach <https://github.com/Anticom>
|
||||
// Ariel Kuechler <https://github.com/admiralsmaster>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.3
|
||||
|
||||
@ -120,6 +122,10 @@ declare namespace jquery.flot {
|
||||
tickLength?: number;
|
||||
|
||||
alignTicksWithAxis?: number;
|
||||
|
||||
timezone?: string; // "browser" or timezone (only makes sense for mode: "time")
|
||||
timeformat?: string; // null or format string
|
||||
twelveHourClock?: boolean;
|
||||
}
|
||||
|
||||
interface seriesTypeBase {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user