You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: api.md
+4
Original file line number
Diff line number
Diff line change
@@ -49,6 +49,7 @@ var ideogram = new Ideogram({
49
49
*[histogramScaling](#histogramscaling)
50
50
*[heatmaps](#heatmaps)
51
51
*[filterable](#filterable)
52
+
*[fontFamily](#fontfamily)
52
53
*[fullChromosomeLabels](#fullchromosomelabels)
53
54
*[legend](#legend)
54
55
*[onBrushMove](#onbrushmove)
@@ -174,6 +175,9 @@ the heatmap. Threshold values are specified in ascending order. Example in [An
174
175
## filterable
175
176
Boolean. Optional. Whether annotations should be filterable. Example in [Annotations, histogram](https://eweitz.github.io/ideogram/annotations-histogram).
176
177
178
+
## fontFamily
179
+
String. Optional. The font family to use for text in the ideogram, e.g. `fontFamily: "'Montserrat', sans-serif"`.
180
+
177
181
## fullChromosomeLabels
178
182
Boolean. Optional. Whether to include abbreviation species name in chromosome label. Example in [Homology, interspecies](https://eweitz.github.io/ideogram/homology-interspecies).
0 commit comments