Skip to content

Commit

Permalink
Fix documentation merge, build
Browse files Browse the repository at this point in the history
  • Loading branch information
eweitz committed Jul 30, 2018
1 parent a678a67 commit 8627696
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions api.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,14 +117,13 @@ String. Optional. Default: "body". CSS selector of the HTML element that will
## dataDir
String. Optional. Default: "../data/bands/native/". Absolute or relative URL of the directory containing data needed to draw banded chromosomes. Example in [GeneExpressionAging/ideogram](https://ncbi-hackathons.github.io/GeneExpressionAging/ideogram).

<<<<<<< HEAD

## histogramScaling
String. Optional. Default: "absolute". One of "absolute" or "relative". The technique to use in scaling the height of histogram bars. The "absolute" value sets bar height relative to tallest bar in _all_ chromosomes, while "relative" sets bar height relative to tallest bar in _each_ chromosome.
=======

## heatmaps
Array. Optional. Array of heatmap objects. Each heatmap object has a `key` string and a `thresholds` array. The `key` property specifies the annotations key value to depict in the heatmap. The `thresholds` property specifies a list of two-element "threshold" lists, where the first element is the threshold value and the second is the threshold color. The threshold values are a list of ranges to use in coloring
the heatmap. Threshold values are specified in ascending order. Example in [Annotations, heatmap](https://eweitz.github.io/ideogram/annotations-heatmap).
>>>>>>> 4a8e526c73fe38b4c50d01f8a9ead537b981d5d5

## onBrushMove
Function. Optional. Callback function to invoke when brush moves. Example in [Brush](https://eweitz.github.io/ideogram/brush).
Expand Down
2 changes: 1 addition & 1 deletion dist/js/ideogram.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/js/ideogram.min.js.map

Large diffs are not rendered by default.

0 comments on commit 8627696

Please sign in to comment.