mirror of
https://github.com/bckelley/cgm-remote-monitor.git
synced 2026-08-24 03:14:12 -05:00
change font size back to default in this branch
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user