Skip to content

Commit

Permalink
Keep bar height constant for states data (#39)
Browse files Browse the repository at this point in the history
* Fix bar track

* Udpate package-lock

* Add test

* Switch to local tiles

* Update StackedBarTrack.js

* Update CHANGELOG.md
  • Loading branch information
alexander-veit authored May 15, 2020
1 parent 8da0497 commit f5e506f
Show file tree
Hide file tree
Showing 11 changed files with 1,543 additions and 18,784 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ es
*.log
*.DS_cache
.idea/
.DS_Store
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@

- Fix a track height issue with states data
- Pin HigGlass version to `v1.9.3`
- Make use of ES modules for integrating with other builds/apps

**v0.2.3**
Expand Down
1 change: 1 addition & 0 deletions karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ module.exports = function(config) {
'node_modules/bootstrap/dist/css/bootstrap.min.css',
//'test/**/*.+(js|jsx)',
'test/SVGExportTests.js',
'test/StackedBarTests.js',
'node_modules/higlass/dist/hglib.css',
'node_modules/higlass/dist/hglib.js',
],
Expand Down
Loading

0 comments on commit f5e506f

Please sign in to comment.