Skip to content

Commit

Permalink
Add row and column colors (plotly#628)
Browse files Browse the repository at this point in the history
* Add row and column colors

* Fix code style problems

* Update tests/integration/test_clustergram.py

* Update tests/integration/test_clustergram.py

* Update dash_bio/component_factory/_clustergram.py with removing the unnecessary print

Co-authored-by: HammadTheOne <[email protected]>

* Linting fixes

* Adding row and column color labels prop

* Linting fix

* Updated label test

Co-authored-by: HammadTheOne <[email protected]>
Co-authored-by: Hammad Khan <[email protected]>
  • Loading branch information
3 people authored Nov 22, 2021
1 parent 1735da1 commit 102346a
Show file tree
Hide file tree
Showing 3 changed files with 275 additions and 64 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

### Added
* [#587](https://github.com/plotly/dash-bio/pull/587) Added JSME component.
* [#628](https://github.com/plotly/dash-bio/pull/628) Added option to add colored labels to rows and columns on Clustergram.

### Changed
* [#589](https://github.com/plotly/dash-bio/pull/589) Removed hardcoded clustergram linkage method, added parameter `link_method` instead.
Expand Down
Loading

0 comments on commit 102346a

Please sign in to comment.