Skip to content

Commit ae1053e

Browse files
authoredMay 8, 2021
Document fontFamily option in API
1 parent 24391a7 commit ae1053e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎api.md

+4
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ var ideogram = new Ideogram({
4949
* [histogramScaling](#histogramscaling)
5050
* [heatmaps](#heatmaps)
5151
* [filterable](#filterable)
52+
* [fontFamily](#fontfamily)
5253
* [fullChromosomeLabels](#fullchromosomelabels)
5354
* [legend](#legend)
5455
* [onBrushMove](#onbrushmove)
@@ -174,6 +175,9 @@ the heatmap. Threshold values are specified in ascending order. Example in [An
174175
## filterable
175176
Boolean. Optional. Whether annotations should be filterable. Example in [Annotations, histogram](https://eweitz.github.io/ideogram/annotations-histogram).
176177

178+
## fontFamily
179+
String. Optional. The font family to use for text in the ideogram, e.g. `fontFamily: "'Montserrat', sans-serif"`.
180+
177181
## fullChromosomeLabels
178182
Boolean. Optional. Whether to include abbreviation species name in chromosome label. Example in [Homology, interspecies](https://eweitz.github.io/ideogram/homology-interspecies).
179183

0 commit comments

Comments
 (0)
Please sign in to comment.