mcguinlu / robvis

A package to quickly visualise risk-of-bias assessment results
https://mcguinlu.github.io/robvis/
Other
58 stars 22 forks source link

"Overall" column cannot be renamed in Generic template #96

Closed mcguinlu closed 3 years ago

mcguinlu commented 4 years ago

Following the recent changes to the "Generic" template, most of the text in the final image created by this template can be specificed using arguments. The one exception to this is the title of the "Overall" column:

rob_traffic_light(
  data_rob2,
  "Generic",
  psize = 10,
  x_title = "Test",
  y_title = "Test2",
  judgement_title = "Test3",
  judgement_labels = c("1", "2", "3", "4", "5", "6")
)

Rplot

In order to be able to convert the figure to use another language (e.g. French), this aspect will also need to be editable.

mcguinlu commented 4 years ago

@AJFOWLER, tagging you here both because this is related to the last issue you worked on and in case this is something you want to roll up in your forthcoming PR. Let me know if you want it!

AJFOWLER commented 4 years ago

Sure, I'll try to implement that too. Sorry for delay, busy week but will get to you shortly.

mcguinlu commented 4 years ago

Absolutely no pressure or rush from this end - whenever it's ready is fine! And as always, your help is very much appreciated!

mcguinlu commented 3 years ago

Closed in #101