Commit Graph

14 Commits (71d32b67355fc78f2b150a3801f5eaacead293a0)

Author SHA1 Message Date
Mark Côté 0d47f513ca Don't prepend 'Q' with %q specifier, but keep the 'Q' for default formatting. 14 years ago
Mark Côté 657a39b8f9 Unbitrotted risicle's patch from issue #49.
Also fixed formatting and removed unused change to tickFormatter args.
14 years ago
David Schnur 9e21074d82 Updated license headers for #805.
Added licensing information to each file's headers, along with some
minor cleanup.
14 years ago
David Schnur a5b254108d Added copyright and MIT license header. 14 years ago
David Schnur e10b38bfcc Re-expose formatDate on the plot object. 14 years ago
David Schnur f8064ca7ea Further whitespace and braces cleanup. 14 years ago
David Schnur 6a02cab9ac Cleaned up tabs and whitespace. 14 years ago
Nick Campbell 414e7dec14 fmt hoisted to global.
`fmt` was being hoisted as a global variable.

Signed-off-by: Nick Campbell <nicholas.j.campbell@gmail.com>
14 years ago
Mark Cote 3371401739 Added %l specifier to timeformat. 14 years ago
Mark Cote 22ac76c023 Updated docs. Removed %u specifier. 14 years ago
Mark Cote bffc2eea9f If found, use strftime function of date objects instead of built-in formatting. 14 years ago
Mark Cote a54ec4ad64 Time format now a proper subset of strftime's. 14 years ago
Mark Côté 1f484ed293 Fix minTickSize for year units. 14 years ago
Mark Côté 854292986d Moved time-series functionality into a separate plug-in and incorporated
time zones.
14 years ago