Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
*.swo
*.swp
node_modules
dist
es
*.zip
*.log
*.DS_cache
.idea/
.DS_Store
dist
*.zip
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,13 @@ The live scripts can be found at:

- https://unpkg.com/higlass-multivec/dist/higlass-multivec.min.js

There are three types of tracks to choose from:
There are four types of tracks to choose from:

```
"basic-multiple-line-chart"
"horizontal-stacked-bar"
"basic-multiple-bar-chart"
"basic-stacked-delta-bar-chart"
```

Configure the track in your view config; you should be all set from here!
Expand All @@ -53,6 +54,7 @@ Configure the track in your view config; you should be all set from here!
"scaledHeight": true,
"backgroundColor": "white",
"sortLargestOnTop": true,
"showTooltip": true,
},
},
]
Expand Down
Loading
Loading