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

Abstracting GUIDs out of the API #43

Open
wants to merge 24 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
206a762
switch to using ids rather than guids to color by
d-callan Dec 6, 2023
5455762
update readme
d-callan Dec 6, 2023
fa0ece2
Revert "switch to using ids rather than guids to color by"
d-callan Dec 6, 2023
13b8c50
include ids in getNodeGUIDs for convenience
d-callan Dec 6, 2023
8a15e0d
transitioning list nodeColorMode to predicate
d-callan Dec 6, 2023
84d0027
update example app
d-callan Dec 6, 2023
401d12a
fix bug getting guids
d-callan Dec 6, 2023
8295c48
update docs
d-callan Dec 7, 2023
5d0ae4c
use fork d-callan/patristic, at least for now
d-callan Dec 7, 2023
7b31bd1
Merge branch 'CDCgov:master' into master
d-callan Dec 9, 2023
69f2321
use updated patristic from cdcgov
d-callan Dec 9, 2023
7f710e6
Merge branch 'master' of github.com:d-callan/TidyTree
d-callan Dec 9, 2023
131bab7
fix margin bug
bobular Feb 6, 2024
ba92609
remove arbitrary offsets
bobular Feb 6, 2024
87a8676
allow space for ruler again, when needed
bobular Feb 6, 2024
9292e0b
Merge pull request #3 from d-callan/fix-margins
bobular Feb 7, 2024
0171507
Merge pull request #5 from d-callan/fix-vertical-layout
bobular Feb 7, 2024
11a6537
added non-interactive interactive option
bobular Mar 5, 2024
757a248
Merge remote-tracking branch 'upstream/master'
d-callan Mar 14, 2024
55a3899
draft setInteractive function
d-callan Mar 15, 2024
8d7abf0
Merge pull request #9 from d-callan/set-interactivity
bobular Mar 15, 2024
325f0bb
remove temporary comments
bobular Mar 15, 2024
82d2a67
Merge pull request #7 from d-callan/disable-interactivity
d-callan Mar 15, 2024
9063e2d
fix broken comment
d-callan Mar 15, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
use fork d-callan/patristic, at least for now
d-callan committed Dec 7, 2023
commit 5d0ae4cfbb0ff99c3e7fcbb8567d85a68d155cf6
4 changes: 3 additions & 1 deletion dist/tidytree.min.js

Large diffs are not rendered by default.

627 changes: 622 additions & 5 deletions package-lock.json
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@
"minify": "npx terser dist/tidytree.js --compress > dist/tidytree.min.js",
"version": "npm version patch",
"watch": "rollup -c --watch"
},
},
"author": "Tony Boyles <tony@ephemer.ai>",
"license": "Apache-2.0",
"repository": {
@@ -21,10 +21,10 @@
},
"dependencies": {
"d3": "^7.6.1",
"patristic": "^0.5.7"
"patristic": "github:d-callan/patristic"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^9.0.0",
"rollup": "^1.32.1"
}
}
}