Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add 4 hour option to view #5289

Merged
merged 17 commits into from
Dec 14, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
try larger label font: 35 instead of 25 (vs. 40)
  • Loading branch information
scottleibrand committed Oct 17, 2017
commit 49f9abd271053f862f22ab64ab6d65a21f82227b
2 changes: 1 addition & 1 deletion lib/client/renderer.js
Original file line number Diff line number Diff line change
Expand Up @@ -845,7 +845,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', 35 / opts.scale)
.style('text-shadow', '0px 0px 10px rgba(0, 0, 0, 1)')
.attr('text-anchor', 'middle')
.attr('dy', '.35em')
Expand Down