forked from plotly/plotly.js
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Attempt resolving conflicts in Pull 2911 #2
Closed
archmoj
wants to merge
4,823
commits into
jonmmease:typedArrayEncoding
from
plotly:pull-2911_res-conflicts
Closed
Attempt resolving conflicts in Pull 2911 #2
archmoj
wants to merge
4,823
commits into
jonmmease:typedArrayEncoding
from
plotly:pull-2911_res-conflicts
Conversation
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
Rebuild package lock - May 2020
update package-lock May 2nd
…e editable shapes
Apply and ensure stroke event only to activate editable shapes
Downgrade acorn to v6
Fix react to plot_bgcolor changes
Handle rangebreak gaps in `candlestick` & `ohlc`
… z values from the array
- remove duplicate points from heatmap mocks
Fix rangebreaks on heatmap with 2d z array
Fix legend title react
- support formatting options e.g. quarters, weeks and weekdays - update description link to list various time format options
This reverts commit 2315777.
…rmatting options namely q, u and W
Upgrade d3 time format to expose new formatting options for weekdays, weeks and quarters
bump karma 5.1.1
bump fuse.js 6.4.1
dev-install elliptic 6.5.3
Fix default half span of latitude
Add Touch Support to RangeSlider #1098
Fix typo in plotinfo keys
bump browserify 16.5.2
bump eslint 7.6.0
bump prepend-file v2
- and resolved conflicts in - package.json - src/lib/index.js - src/lib/is_array.js - src/plot_api/index.js
Thanks for resurrecting this @archmoj. How do you and @alexcjohnson feel about including the |
Something else I would want to add to the encoded representation would be a Here is the interpretation I was picturing:
Then to make use of this in Plotly.js:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Added two commits to help resolve conflicts in plotly#2911
@jonmmease
cc: @plotly_js