@grunwaldlab/heat-tree 0.1.1 → 0.1.2

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.
Files changed (2) hide show
  1. package/README.md +1 -13
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -26,20 +26,8 @@ npm install heat-tree
26
26
 
27
27
  ```javascript
28
28
  import { heatTree } from 'heat-tree';
29
-
30
29
  const newickString = "(A:0.1,B:0.2,(C:0.3,D:0.4):0.5);";
31
-
32
- heatTree(
33
- {
34
- trees: [
35
- {
36
- name: 'My Tree',
37
- newick: newickString
38
- }
39
- ]
40
- },
41
- '#container'
42
- );
30
+ heatTree('#container', {name: 'My Tree', newick: newickString});
43
31
  ```
44
32
 
45
33
  ## Usage
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@grunwaldlab/heat-tree",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "A self-contained widget for phylogenetic and taxonomic tree visualization with categorical and continuous variables associated with nodes and tips",
5
5
  "keywords": [
6
6
  "phylogeny",