-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
New defaults for colorbar.title.font and legend.title.font to depend on colorbar.tickfont and legend.font and increase their sizes #5611
Changes from all commits
8ca5840
350c74b
432c937
76e2f80
530c438
63ee499
d7e0ab0
e748072
b08caf7
e6a389d
4a3c68b
1b2d978
7fda4b7
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -144,7 +144,7 @@ | |
"legend": { | ||
"orientation": "h", | ||
"title": { | ||
"text": "<b>bar, funnel & waterfall</b><br>textangle:-45" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. What's the purpose of removing all the There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Good question. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. OK - we have other examples of styled text, so this is fine. |
||
"text": "bar, funnel & waterfall<br>textangle:-45" | ||
} | ||
}, | ||
"barmode": "stack", | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here the
colorbar.title.font.color
depends onlayout.font
nottickfont
so that withinside
ticklabels getting white, it renders outside using#444
.