diff options
author | christian | 2016-09-16 13:15:04 +0200 |
---|---|---|
committer | christian | 2016-09-16 13:15:04 +0200 |
commit | 83774eb60deda8897c89cf29cf91065e02348115 (patch) | |
tree | 3507271a857703f175822fa42f67cd09d5fbb0d2 | |
parent | 2ddde04f4dd773d64705694e67f7cdcbe341637b (diff) | |
download | genenetwork2-83774eb60deda8897c89cf29cf91065e02348115.tar.gz |
Refetch SNP density on zoom
-rw-r--r-- | wqflask/wqflask/templates/marker_regression_gn1.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/wqflask/wqflask/templates/marker_regression_gn1.html b/wqflask/wqflask/templates/marker_regression_gn1.html index 2bba1cc5..bb2024f1 100644 --- a/wqflask/wqflask/templates/marker_regression_gn1.html +++ b/wqflask/wqflask/templates/marker_regression_gn1.html @@ -438,12 +438,14 @@ BD.putSource({name: 'SNP density', jbURI: "http://test-gn2.genenetwork.org/api_pre1/snp", jbQuery: "", + refetchOnZoom: true, style: [{ type: 'default', style: { glyph: "HISTOGRAM", MIN: 0, MAX: 5000, + AUTOMAX: "true", HEIGHT: 60, STEPS: 100, COLOR1: "red", |