Olly Smith
942e121caa
A deep copy is overkill here.
...
The only destructive change to the supplied data array is to change its
ordering, so a shallow copy is enough to avoid clobbering it.
2012-05-14 07:37:45 +01:00
Thomas Pelletier
2108baaf4e
Add an error message if the graph placeholder isn't found.
2012-05-11 18:25:29 +01:00
Thomas Pelletier
c66a723acc
Make a deep copy of the given data set.
2012-05-11 17:41:39 +01:00
Olly Smith
e6e666469d
Only use timezones when timezone info is specified.
...
(ie. when neither zulu time or an offset is included, use local time).
Add tests.
2012-04-04 21:39:59 +01:00
Olly Smith
564126fbfa
Merge xLabelFormat contributions by @jonthornton.
...
Rename `xLabelsFormat` -> `xLabelFormat` (grammatically better :))
Add note to example to recommend use of `xLabels` option when using
`xLabelFormat`.
Use $.extends rather than setting spec.fmt directly (avoids modifying
the globals).
Add a test.
2012-04-04 20:32:24 +01:00
Olly Smith
e670a6dbee
Add xLabels
option to specify x-label intervals.
...
Clean up whitespace (hooray for Whitespace.tmbundle!).
2012-04-02 21:27:45 +01:00
Oliver Smith
0e1b9f6f18
revert to 1.4.1 qunit runner.
2012-04-02 14:47:05 +01:00
Oliver Smith
1a84e1aadc
Let's try travis.
2012-04-02 14:31:24 +01:00