Skip to content

Commit

Permalink
Fixes #326 legend title use plot configuration for time profile plots (
Browse files Browse the repository at this point in the history
  • Loading branch information
pchelle authored Jul 22, 2022
1 parent 2828600 commit 25f8fa9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions R/plot-timeprofile.R
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,8 @@ updateTimeProfileLegend <- function(plotObject, caption) {
ggplot2::guides(
fill = "none", shape = "none", linetype = "none",
color = ggplot2::guide_legend(
title = plotObject$plotConfiguration$legend$title$text,
title.theme = plotObject$plotConfiguration$legend$title$createPlotFont(),
override.aes = list(fill = caption$fill, linetype = caption$linetype, shape = caption$shape)
)
)
Expand Down

0 comments on commit 25f8fa9

Please sign in to comment.