Skip to content

Commit

Permalink
change font size back to default in this branch
Browse files Browse the repository at this point in the history
  • Loading branch information
scottleibrand committed Oct 18, 2017
1 parent defcae7 commit fa7c74b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/client/renderer.js
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit fa7c74b

Please sign in to comment.