poissonconsulting / shinyssdtools

Shiny interface to ssdtools R package
https://bcgov.github.io/shinyssdtools/
Apache License 2.0
0 stars 0 forks source link

French plot - comma and space #28

Closed sebdalgarno closed 1 month ago

sebdalgarno commented 2 months ago

ensure shows in app tricky because I override the labels

sebdalgarno commented 2 months ago

also ensure that R code updated - "scale_x_continuous(name = '", xlab, "', breaks = c(", paste(xbreaks, collapse = ", "), "), limits = c(", xmin, ", ", xmax, "), labels = comma_signif) +
",

comma_signif is deprecated