Add timezone, timeformat, twelveHourClock at axisOptions

This commit is contained in:
Ariel Kuechler 2017-12-05 14:20:27 +01:00
parent 3785084f44
commit a4f0972f71

View File

@ -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 {