-
Notifications
You must be signed in to change notification settings - Fork 78
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
Incorporate Plotly JSON to metamodel (Closes #1745) #1747
Merged
Merged
Changes from 11 commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
d4bd938
WIP- Inital Version of plotly json in metamodel
umesh-timalsina 6d9a60d
WIP- update devProject; increate timeout for devProject
umesh-timalsina 3a9d140
WIP- Fix node id from test seeds
umesh-timalsina 578e533
Fix releases.jsonl
umesh-timalsina f40d843
WIP- Remove Line node creation from ExecuteJob.spec.js
umesh-timalsina 3e444f9
Fix timeout in ExecutePipeline.spec.js and fix releases.jsonl
umesh-timalsina f070af0
Merge remote-tracking branch 'origin/master' into 1745-ploty-metamodel
umesh-timalsina ce2807b
WIP-Add 3D support for DeepforgePlotlyRenderer
umesh-timalsina fbfc9ab
WIP- Fix np masked array imports in plotly_backend.py
umesh-timalsina 183dfb8
Merge remote-tracking branch 'origin/master' into 1745-ploty-metamodel
umesh-timalsina 4469b02
WIP-Refactor fix HelloWorld Job execution ID
umesh-timalsina b06bd55
WIP- Increase timeout for sciserver to 10 minutes
umesh-timalsina 6d6a287
Merge remote-tracking branch 'origin/master', Fix Updates
umesh-timalsina ab4bdac
WIP- add PR refactors, pin matplotlib
umesh-timalsina 74e8443
Merge remote-tracking branch 'origin/master' into 1745-ploty-metamodel
umesh-timalsina a1579a7
merge branch master
umesh-timalsina ac12c61
WIP- Add beforeLibraryUpdates flag to UpdateGraphContainment
umesh-timalsina 2340637
Merge remote-tracking branch 'origin/master' into 1745-ploty-metamodel
umesh-timalsina 122d35d
Add Metadata node as Mixin for correct extraction of older seeds
umesh-timalsina 4402371
Filter provenance nodes from mixin application; Add fix for #1799
umesh-timalsina ff7d087
WIP- Fix version check in UpdateGraphContainment
umesh-timalsina 4d1e0fa
WIP- Cover cases for layout.title as object
umesh-timalsina 896b7a2
WIP- displayTitle fix for undefined cases
umesh-timalsina 9df083a
WIP- adjust height of a single plot; check falsy values in data attri…
umesh-timalsina 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,3 +5,4 @@ dependencies: | |
- pillow | ||
- matplotlib | ||
- simplejson | ||
- plotly |
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
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
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
Oops, something went wrong.
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.
I believe the
data
attribute is a string, so it would be good toJSON.stringify(state)
. This also makes it so we can view the contents in the default webgme UI as it cannot show arbitrary JSON.