Skip to content
New issue

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

e_mark_point not working #473

Closed
mabuimo opened this issue Oct 8, 2022 · 2 comments
Closed

e_mark_point not working #473

mabuimo opened this issue Oct 8, 2022 · 2 comments

Comments

@mabuimo
Copy link

mabuimo commented Oct 8, 2022

Thank you for your work on this awesome R package.

I do not get the e_mark_point 's using this syntax:

multiplier_tbl %>% 
   filter(date > "2000-01-01") %>% 
    e_charts(date) %>% 
    e_line(multiplier_wld_bin5, symbol = "none", name = "multiplier") %>% 
    e_mark_point("multiplier_wld_bin5", data = list(type = "min")) %>% 
    e_mark_point("multiplier_wld_bin5", data = list(type = "max"))

image

On a different note, how could I change the number of years shown in the x-axis, and/or make sure that the last year, 2020, is shown?
Thank you.

@rdatasculptor
Copy link
Contributor

Hi @mabuimo, can you add the data frame you used? Then it is easier for me to track the error. Thanks!

@munoztd0
Copy link
Collaborator

Close because of inactivity

@munoztd0 munoztd0 closed this as not planned Won't fix, can't repro, duplicate, stale Aug 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants