Skip to content
New issue

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

e_band()'s upper line is incorrect #237

Closed
shrektan opened this issue Nov 23, 2020 · 0 comments · Fixed by #238
Closed

e_band()'s upper line is incorrect #237

shrektan opened this issue Nov 23, 2020 · 0 comments · Fixed by #238

Comments

@shrektan
Copy link
Contributor

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)

image

JohnCoene added a commit that referenced this issue Nov 23, 2020
e_band() now displays correct upper lines, fixes #237
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant