-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Trace Module Functionality #180
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
7e41625
Removed reference to Plotly
mdtusz b716568
Removed more references to Plotly
mdtusz d639a93
Change `module` to `_module`
mdtusz 356d0af
Change `Plotly.Lib` to `Lib`
mdtusz 7a22cff
Modify trace modules to all follow the same format, exporing `plot`
mdtusz 2ac3605
Modify trace modules to work with registry
mdtusz 6e53762
Update tests to require trace modules directly
mdtusz 46b83d8
Modify index and plotly to have register func and traces registered
mdtusz 23519f0
Require pie trace module directly
mdtusz 71db785
Plot register function warns instead of throwing error
mdtusz 06640b4
Update plotting calls to work agnostically using registered modules
mdtusz 4507ec5
Fix eslint warnings for multiple var declarations
mdtusz 6bd4c5b
Removed reference to Plotly
mdtusz b4793c1
Removed more references to Plotly
mdtusz 48b3803
Change `module` to `_module`
mdtusz 5a2da5c
Change `Plotly.Lib` to `Lib`
mdtusz 4fe8440
Modify trace modules to all follow the same format, exporing `plot`
mdtusz e46373e
Modify trace modules to work with registry
mdtusz a7fda91
Update tests to require trace modules directly
mdtusz 43156a3
Modify index and plotly to have register func and traces registered
mdtusz 03232e0
Require pie trace module directly
mdtusz 28def12
Plot register function warns instead of throwing error
mdtusz f831b66
Update plotting calls to work agnostically using registered modules
mdtusz 4994256
Fix eslint warnings for multiple var declarations
mdtusz 6dd9a41
Fix undefined reference
mdtusz 823ae72
Merge branch 'agnostic-geo-trace' of github.com:plotly/plotly.js into…
mdtusz 75dc282
Change fields used by module registry
mdtusz b8864eb
Require styleOne directly
mdtusz 5f26169
Use Object.keys instead of for-in
mdtusz a693bb2
Change register function and add test
mdtusz 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
Require pie trace module directly
- Loading branch information
commit 03232e09125e6eaa4816aa6e25f68987f6635d8d
There are no files selected for viewing
This file contains hidden or 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.
Let's require in
pie/style_one.jsdirectly, so that once we split outPiefrom the core, legend won't bundle all ofPieinto its module.