Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upe_add when using timeline #165
Comments
|
Thanks for reporting this, that was a bug. I just pushed a fix which solves this issue. You can reinstall from Github and try again. remotes::install_github("JohnCoene/echarts4r") |
|
I hope this work, feel free to reopen if not. Note that the fix is now on CRAN. |
|
This worked great - thank you for the quick fix! |
Hi -
If I want to set bars to custom colors, I typically can do that with e_add. For example, this code works perfectly:
However, if I group the data by say column A to use as a timeline, I get the error
Error intmp[[j]] : subscript out of boundsI'm guessing that the timeline changes the nesting somehow, but I'm unsure how to resolve. Thanks!