We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello! I noticed that I can’t change the background, as well as several other parameters, it seems the function simply ignores this
I would like to change the background
set.seed(1) library(xts) library(quantmod) p <- rnorm(2000) |> cumsum() |> xts(order.by = Sys.time()+1:2000) |> to.minutes(name = NULL) myTheme <- chart_theme() myTheme$col$bg <- "blue" chart_Series(p, theme = myTheme)
R version 4.3.2 (2023-10-31 ucrt) Platform: x86_64-w64-mingw32/x64 (64-bit) Running under: Windows 10 x64 (build 17763) Matrix products: default locale: [1] LC_COLLATE=Ukrainian_Ukraine.utf8 LC_CTYPE=Ukrainian_Ukraine.utf8 [3] LC_MONETARY=Ukrainian_Ukraine.utf8 LC_NUMERIC=C [5] LC_TIME=Ukrainian_Ukraine.utf8 attached base packages: [1] stats graphics grDevices utils datasets methods base other attached packages: [1] quantmod_0.4.25 TTR_0.24.4 xts_0.13.2 zoo_1.8-12 loaded via a namespace (and not attached): [1] compiler_4.3.2 tools_4.3.2 curl_5.2.0 grid_4.3.2 lattice_0.21-9
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
Hello! I noticed that I can’t change the background, as well as several other parameters, it seems the function simply ignores this
Expected behavior
I would like to change the background
Minimal, reproducible example
Session Info
The text was updated successfully, but these errors were encountered: