@grunwaldlab/heat-tree 0.1.2 → 0.2.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 +4 -2
- package/dist/heat-tree.es.min.js +1906 -286
- package/dist/heat-tree.es.min.js.map +1 -1
- package/dist/heat-tree.iife.min.js +8 -1
- package/dist/heat-tree.iife.min.js.map +1 -1
- package/dist/heat-tree.umd.min.js +8 -1
- package/dist/heat-tree.umd.min.js.map +1 -1
- package/package.json +3 -2
package/README.md
CHANGED
|
@@ -81,7 +81,8 @@ heatTree(
|
|
|
81
81
|
);
|
|
82
82
|
```
|
|
83
83
|
|
|
84
|
-
Metadata tables should be tab-separated or comma-separated text with a
|
|
84
|
+
Metadata tables should be tab-separated or comma-separated text with a column that corresponds to node IDs in the newick string.
|
|
85
|
+
The column that contains node IDs is automaticly selected.
|
|
85
86
|
|
|
86
87
|
### Default Aesthetic Mappings
|
|
87
88
|
|
|
@@ -210,7 +211,8 @@ Use the toolbar's "Data" tab to switch between loaded trees.
|
|
|
210
211
|
|
|
211
212
|
## Dependencies
|
|
212
213
|
|
|
213
|
-
- [D3.js](https://d3js.org/)
|
|
214
|
+
- [D3.js](https://d3js.org/)
|
|
215
|
+
- [vanilla-picker](https://www.npmjs.com/package/vanilla-picker)
|
|
214
216
|
|
|
215
217
|
## License
|
|
216
218
|
|