Skip to content
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

Add back in the motif viz #43

Merged
merged 5 commits into from
Sep 3, 2024
Merged

Add back in the motif viz #43

merged 5 commits into from
Sep 3, 2024

Conversation

j6k4m8
Copy link
Member

@j6k4m8 j6k4m8 commented Aug 19, 2024

Closes #23

image

This approach uniquely colors graph elements in the motif visualization pane based upon the attributes and constraints of that vertex or edge.

@dxenes1
Copy link

dxenes1 commented Sep 3, 2024

Screenshot 2024-09-03 at 2 06 19 PM
Didn't want to block this since the implementation looks good and it seems to work on your end, but I'm unable to run a web-app dev server. I was running it without the motifstudio server so maybe that's the cause?

@j6k4m8 j6k4m8 merged commit 1437773 into main Sep 3, 2024
4 checks passed
@j6k4m8
Copy link
Member Author

j6k4m8 commented Sep 3, 2024

@dxenes1 the easiest way to do this is to go into the API config and point it at the production server instead of the local backend dev server (uncomment this line).

For this particular PR it wouldn't be possible because there were backend changes as well that were required, but usually frontend changes won't need a backend dev server for debugging :)

@j6k4m8 j6k4m8 deleted the add-viz branch September 3, 2024 18:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

put visualization of motif back in
2 participants