Skip to content

Commit

Permalink
Add resources for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
pverscha committed Feb 22, 2021
1 parent 0f318c9 commit 774948c
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 0 deletions.
Binary file added docs/resources/easeInCubic.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/resources/easeInEaseOutCubic.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/resources/easeInEaseOutElastic.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/resources/easeInElastic.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/resources/easeOutCubic.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/resources/easeOutElastic.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/resources/heatmap_showcase.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions src/visualizations/heatmap/HeatmapSettings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,14 @@ export default class HeatmapSettings extends Settings {
*/
dendrogramWidth: number = 100;

/**
* Width of the lines used to construct a dendrogram (in pixels).
*/
dendrogramLineWidth: number = 1;

/**
* Color of the lines used to construct a dendrogram (must be a valid HTML color string).
*/
dendrogramColor: string = "#404040";

/**
Expand Down

0 comments on commit 774948c

Please sign in to comment.