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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
See the example below.
library(echarts4r) df <- data.frame( x = 1:10, y = runif(10, 5, 10) ) %>% dplyr::mutate( lwr = y - 2, upr = y + 2 ) df %>% e_charts(x) %>% e_line(y) %>% e_band(lwr, upr)
The text was updated successfully, but these errors were encountered:
Merge pull request #238 from shrektan/band-max
c30c8b5
e_band() now displays correct upper lines, fixes #237
Successfully merging a pull request may close this issue.
See the example below.
The text was updated successfully, but these errors were encountered: