rbokeh icon indicating copy to clipboard operation
rbokeh copied to clipboard

Legend Title

Open Kinga277 opened this issue 5 years ago • 0 comments

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.

Kinga277 avatar Apr 07 '20 07:04 Kinga277