change font size back to default in this branch

This commit is contained in:
Scott
2017-10-17 17:18:39 -07:00
parent defcae7e19
commit fa7c74b12a
+1 -1
View File
@@ -840,7 +840,7 @@ function init (client, d3) {
label.append('text')
// reduce the treatment label font size to make it readable with SMB
.style('font-size', 25 / opts.scale)
.style('font-size', 40 / opts.scale)
.style('text-shadow', '0px 0px 10px rgba(0, 0, 0, 1)')
.attr('text-anchor', 'middle')
.attr('dy', '.35em')