Skip to content
This repository was archived by the owner on Nov 2, 2023. It is now read-only.
This repository was archived by the owner on Nov 2, 2023. It is now read-only.

Legend Title #244

Open
Open
@Kinga277

Description

@Kinga277

image
I have problem with the legend title. I don't know why but the title is "base::quote("my_column_name")".
This how I create the plot:

figure(title = "Parameters report", xlab = NULL, legend_location = "top_right") %>%
          ly_bar(PossibleFit, color = BestFit, position='stack', data = df, hover = TRUE) %>%
          theme_axis("x", major_label_orientation = 45) %>%
          theme_title(align = "center", text_font_size = "25pt") %>%
          set_palette(discrete_color = pal_color(c("gold", "#DCDCDC")))

I will be grateful for help.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions