Skip to content
Snippets Groups Projects
Unverified Commit 5aa500ae authored by Christopher Pietsch's avatar Christopher Pietsch Committed by GitHub
Browse files

changed Top Level Font-Size

close #13
parent 9ceae318
No related branches found
No related tags found
No related merge requests found
......@@ -143,8 +143,7 @@ function Tags() {
.domain(keywordsExtent)
.range([10,20]);
if(keywordsExtent[0]==keywordsExtent[1]) keywordsScale.range([15,15])
if (keywordsExtent[0] == keywordsExtent[1] || !filterWords.length) keywordsScale.range([15, 15]);
keywordsOpacityScale
.domain(keywordsExtent)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment