Skip to content

Fix gl3d ticks when converting dates to milliseconds#4903

Merged
archmoj merged 2 commits into
masterfrom
gl3d-ticks-fix-milliseconds
Jun 5, 2020
Merged

Fix gl3d ticks when converting dates to milliseconds#4903
archmoj merged 2 commits into
masterfrom
gl3d-ticks-fix-milliseconds

Conversation

@archmoj

@archmoj archmoj commented Jun 5, 2020

Copy link
Copy Markdown
Contributor

Supersedes #3721 and fixes #4902.
Demo: Before vs After.

@plotly/plotly_js

* - defaults to ax.calendar
*/
function dt2ms(v, _, calendar, msUTC) {
function dt2ms(v, _, calendar, opts) {

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good call. At some point I bet we could collapse all these extra args into a single opts arg (ie dt2ms(v, opts)) but that's a big and potentially risky project - which some users may consider a breaking change though the ax.a2b functions are sufficiently "internal" that I personally wouldn't be bothered by it. Anyway not a change to make now.

@alexcjohnson alexcjohnson left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💃 glad to see it was an easy extension after #4900 🎉

@archmoj
archmoj merged commit 2d6cf3d into master Jun 5, 2020
@archmoj
archmoj deleted the gl3d-ticks-fix-milliseconds branch June 5, 2020 15:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug something broken regression this used to work

Projects

None yet

Development

Successfully merging this pull request may close these issues.

gl3d ticks are off by timezone

2 participants