-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dates as dates #1078
Merged
Merged
Dates as dates #1078
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
d4bb89d
improve dateTime2ms edge cases and standardize BADNUM and FP_SAFE con…
alexcjohnson 9e27955
switch date axes to use date strings for range and tick0
alexcjohnson 00138aa
Merge branch 'master' into dates-as-dates
alexcjohnson 9784b3b
axe parseDate - moved to streambed
alexcjohnson 1db4448
refactor dates handling to use date strings as much as possible
alexcjohnson 5ff9722
Merge branch 'master' into dates-as-dates
alexcjohnson c045bc5
wider acceptance range for mapbox plot size test so it works locally
alexcjohnson 3dd294f
fix for range slider tests with new axis range machinery
alexcjohnson 451ee24
fix date axis ranges and date interactions in gl2d
alexcjohnson 9ccde7e
Merge branch 'master' into dates-as-dates
alexcjohnson 51a0563
lib/constants -> constants/numerical
alexcjohnson 5ccd083
td -> gd once and for all
alexcjohnson e63ea3b
test and fix shape default positioning
alexcjohnson 2e9dbad
fix date and log axis manual tick0/dtick handling
alexcjohnson 37d52fe
fix handling of default tick0 with dtick for date axes
alexcjohnson 55b313c
get rid of '2012-01-22 12h' tick format and smarter date suffix handling
alexcjohnson b7121c3
fix #1058 - make sure no date ever returns sub-100microsec precision
alexcjohnson 03b4a0c
Merge branch 'master' into dates-as-dates
alexcjohnson dd0940a
fix _forceTick0 error
alexcjohnson f629f71
update baseline with new date tick format
alexcjohnson a29ce33
fix images on date axes, and standardize axis object names
alexcjohnson 065ac8a
fix annotation drag on date axes, and test date/log annotations
alexcjohnson 4a0a866
Merge branch 'master' into dates-as-dates
alexcjohnson 7679483
update jasmine test of annotation visibility & autorange
alexcjohnson 0d61fcc
Merge branch 'master' into dates-as-dates
alexcjohnson 5e11571
merge lint
alexcjohnson d807259
add ax.r2p and ax.p2r
alexcjohnson 05c762d
date interval milliseconds constants
alexcjohnson 1b0e133
documentation updates
alexcjohnson File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh nice. Does this make the full
npm run citest-jamine
run without errors for you?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
npm-run test-jasmine
runs without errors after this change (though that skips a bunch of the tests), butcitest-jasmine
still seems to fail.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
other than the occasional
that still causes
test-jasmine
to fail intermittently