-
Notifications
You must be signed in to change notification settings - Fork 113
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 data layers #129
Add data layers #129
Commits on Oct 11, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 64a770d - Browse repository at this point
Copy the full SHA 64a770dView commit details -
Configuration menu - View commit details
-
Copy full SHA for f93cca9 - Browse repository at this point
Copy the full SHA f93cca9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3565b23 - Browse repository at this point
Copy the full SHA 3565b23View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b2f042 - Browse repository at this point
Copy the full SHA 4b2f042View commit details -
Configuration menu - View commit details
-
Copy full SHA for f32e31b - Browse repository at this point
Copy the full SHA f32e31bView commit details
Commits on Oct 14, 2019
-
Configuration menu - View commit details
-
Copy full SHA for c48fc7b - Browse repository at this point
Copy the full SHA c48fc7bView commit details
Commits on Feb 21, 2020
-
Configuration menu - View commit details
-
Copy full SHA for e139461 - Browse repository at this point
Copy the full SHA e139461View commit details
Commits on Mar 3, 2020
-
Configuration menu - View commit details
-
Copy full SHA for fda2a2b - Browse repository at this point
Copy the full SHA fda2a2bView commit details -
Configuration menu - View commit details
-
Copy full SHA for ea1986c - Browse repository at this point
Copy the full SHA ea1986cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5102938 - Browse repository at this point
Copy the full SHA 5102938View commit details -
Configuration menu - View commit details
-
Copy full SHA for c746b51 - Browse repository at this point
Copy the full SHA c746b51View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e483a3 - Browse repository at this point
Copy the full SHA 0e483a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for f5703de - Browse repository at this point
Copy the full SHA f5703deView commit details -
Configuration menu - View commit details
-
Copy full SHA for 63f7141 - Browse repository at this point
Copy the full SHA 63f7141View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1542348 - Browse repository at this point
Copy the full SHA 1542348View commit details -
Configuration menu - View commit details
-
Copy full SHA for 69acdac - Browse repository at this point
Copy the full SHA 69acdacView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3cc9453 - Browse repository at this point
Copy the full SHA 3cc9453View commit details
Commits on Mar 4, 2020
-
Configuration menu - View commit details
-
Copy full SHA for bc80fa1 - Browse repository at this point
Copy the full SHA bc80fa1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 84bc4f4 - Browse repository at this point
Copy the full SHA 84bc4f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2671cf3 - Browse repository at this point
Copy the full SHA 2671cf3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 719d020 - Browse repository at this point
Copy the full SHA 719d020View commit details -
Configuration menu - View commit details
-
Copy full SHA for b9a993e - Browse repository at this point
Copy the full SHA b9a993eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c966bd - Browse repository at this point
Copy the full SHA 4c966bdView commit details
Commits on Mar 5, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 3a0085f - Browse repository at this point
Copy the full SHA 3a0085fView commit details
Commits on Mar 6, 2020
-
Configuration menu - View commit details
-
Copy full SHA for c45ed3b - Browse repository at this point
Copy the full SHA c45ed3bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 982144a - Browse repository at this point
Copy the full SHA 982144aView commit details
Commits on Mar 13, 2020
-
Add TODO comments for temporary code
There are a few features that I've added for testing, which will be removed before merging
Configuration menu - View commit details
-
Copy full SHA for 149babb - Browse repository at this point
Copy the full SHA 149babbView commit details -
Configuration menu - View commit details
-
Copy full SHA for a66828c - Browse repository at this point
Copy the full SHA a66828cView commit details -
This line was causing an extra delay when transitioning chart nodes. I've no idea why I added it in the first place, but removing it fixes everything and it doesn't seem to break anything so idk guess it's fixed 🤷♂️
Configuration menu - View commit details
-
Copy full SHA for 0e98eb0 - Browse repository at this point
Copy the full SHA 0e98eb0View commit details -
Break D3 draw function into multiple functions
Simplify the code and make it easier to follow
Configuration menu - View commit details
-
Copy full SHA for 3fae2ca - Browse repository at this point
Copy the full SHA 3fae2caView commit details
Commits on Mar 16, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 0750800 - Browse repository at this point
Copy the full SHA 0750800View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7650e85 - Browse repository at this point
Copy the full SHA 7650e85View commit details -
Configuration menu - View commit details
-
Copy full SHA for a3be92f - Browse repository at this point
Copy the full SHA a3be92fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 450aba1 - Browse repository at this point
Copy the full SHA 450aba1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9aa74db - Browse repository at this point
Copy the full SHA 9aa74dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for c82df25 - Browse repository at this point
Copy the full SHA c82df25View commit details -
Configuration menu - View commit details
-
Copy full SHA for 608ff1a - Browse repository at this point
Copy the full SHA 608ff1aView commit details -
Configuration menu - View commit details
-
Copy full SHA for c14f774 - Browse repository at this point
Copy the full SHA c14f774View commit details
Commits on Mar 17, 2020
-
Calculate custom node ranks with batching-toposort
Use 'batching-toposort' npm package to determine the vertical positioning (i.e. rank) for each node, while taking layers into account
Configuration menu - View commit details
-
Copy full SHA for 0bea7ba - Browse repository at this point
Copy the full SHA 0bea7baView commit details -
Configuration menu - View commit details
-
Copy full SHA for b982c29 - Browse repository at this point
Copy the full SHA b982c29View commit details -
Move node/edge disabled selectors to new file
These selectors are foundational and were causing circular imports between the node and edge selector files, so it's easier to keep them in their own file
Configuration menu - View commit details
-
Copy full SHA for 39fc0ef - Browse repository at this point
Copy the full SHA 39fc0efView commit details -
Configuration menu - View commit details
-
Copy full SHA for b3b2ef0 - Browse repository at this point
Copy the full SHA b3b2ef0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e89f00 - Browse repository at this point
Copy the full SHA 7e89f00View commit details
Commits on Mar 18, 2020
-
Fix bug with non-sequential layers
If the layer IDs were not numbers, or if a mid-level layer were dropped, then some of the layers ended up getting a y/height of NaN. This commit fixes this by adding a selector to calculate visible layer IDs only, and then use this for calculating ranks and layers
Configuration menu - View commit details
-
Copy full SHA for 8ff2630 - Browse repository at this point
Copy the full SHA 8ff2630View commit details -
Prevent errors when no nodes are present
Fixes bug introduced in #124
Configuration menu - View commit details
-
Copy full SHA for 1ce21f2 - Browse repository at this point
Copy the full SHA 1ce21f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 08e7f14 - Browse repository at this point
Copy the full SHA 08e7f14View commit details
Commits on Mar 19, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 8b12358 - Browse repository at this point
Copy the full SHA 8b12358View commit details
Commits on Mar 20, 2020
-
Prevent users from panning too far up/down/left/right
Configuration menu - View commit details
-
Copy full SHA for 92e857a - Browse repository at this point
Copy the full SHA 92e857aView commit details -
Configuration menu - View commit details
-
Copy full SHA for a307d38 - Browse repository at this point
Copy the full SHA a307d38View commit details
Commits on Mar 23, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 8b3f48d - Browse repository at this point
Copy the full SHA 8b3f48dView commit details -
Configuration menu - View commit details
-
Copy full SHA for a38d3b0 - Browse repository at this point
Copy the full SHA a38d3b0View commit details -
Save visible state to localStorage
Fixes bug in sidebar storage
Configuration menu - View commit details
-
Copy full SHA for 3ac91d2 - Browse repository at this point
Copy the full SHA 3ac91d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a37f06 - Browse repository at this point
Copy the full SHA 3a37f06View commit details -
Update visible btn props, e.g. visible.layerBtn
Plus add missing buttons to app proptypes
Configuration menu - View commit details
-
Copy full SHA for 6c949e1 - Browse repository at this point
Copy the full SHA 6c949e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 05e97ad - Browse repository at this point
Copy the full SHA 05e97adView commit details -
Configuration menu - View commit details
-
Copy full SHA for f2c708c - Browse repository at this point
Copy the full SHA f2c708cView commit details -
Configuration menu - View commit details
-
Copy full SHA for b465230 - Browse repository at this point
Copy the full SHA b465230View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0633987 - Browse repository at this point
Copy the full SHA 0633987View commit details -
Configuration menu - View commit details
-
Copy full SHA for 87f1a17 - Browse repository at this point
Copy the full SHA 87f1a17View commit details
Commits on Mar 24, 2020
-
Change origin branch for Dagre
Use a branch on a fork owned by a team-member, so we have more control and have more assurance that it won't be deleted
Configuration menu - View commit details
-
Copy full SHA for 561adc2 - Browse repository at this point
Copy the full SHA 561adc2View commit details
Commits on Mar 27, 2020
-
Configuration menu - View commit details
-
Copy full SHA for d6d4c9b - Browse repository at this point
Copy the full SHA d6d4c9bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 392e702 - Browse repository at this point
Copy the full SHA 392e702View commit details
Commits on Apr 2, 2020
-
Configuration menu - View commit details
-
Copy full SHA for a0b9e18 - Browse repository at this point
Copy the full SHA a0b9e18View commit details
Commits on Apr 6, 2020
-
Configuration menu - View commit details
-
Copy full SHA for c59365d - Browse repository at this point
Copy the full SHA c59365dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 137979c - Browse repository at this point
Copy the full SHA 137979cView commit details -
Improve getNodeDisabledTag tests
Also improve animals mock data tags
Configuration menu - View commit details
-
Copy full SHA for 80f0f12 - Browse repository at this point
Copy the full SHA 80f0f12View commit details
Commits on Apr 7, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 78dbf90 - Browse repository at this point
Copy the full SHA 78dbf90View commit details -
Configuration menu - View commit details
-
Copy full SHA for b32e849 - Browse repository at this point
Copy the full SHA b32e849View commit details