@grunwaldlab/heat-tree 0.2.0 → 0.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -0
- package/dist/heat-tree.es.min.js +450 -275
- package/dist/heat-tree.es.min.js.map +1 -1
- package/dist/heat-tree.iife.min.js +2 -2
- package/dist/heat-tree.iife.min.js.map +1 -1
- package/dist/heat-tree.umd.min.js +2 -2
- package/dist/heat-tree.umd.min.js.map +1 -1
- package/package.json +10 -2
package/README.md
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
# heat-tree
|
|
2
2
|
|
|
3
3
|
A self-contained widget for phylogenetic and taxonomic tree visualization with categorical and continuous variables associated with nodes and tips.
|
|
4
|
+
For the R package that wraps this library, see [https://github.com/grunwaldlab/heattree](https://github.com/grunwaldlab/heattree).
|
|
5
|
+
For a live example of the widget in use see the example in the R package documentation at [https://grunwaldlab.github.io/heattree/articles/Getting-started.html](https://grunwaldlab.github.io/heattree/articles/Getting-started.html).
|
|
4
6
|
|
|
5
7
|

|
|
6
8
|
|