William Lima
William Lima
Still happpens when using `timeline`, unfortunately. For example: ``` tibble( Column = rep(as.POSIXct('2023-01-01'), 3), Letter = LETTERS[1:3] ) %>% group_by(Letter) %>% e_chart(Column, timeline = TRUE) ```
Perfect! Thank you.
John, it still happens with `e_charts_`, for me. Example: ``` tibble( Column = rep(as.POSIXct('2023-01-01'), 3), Letter = LETTERS[1:3] ) %>% group_by(Letter) %>% e_charts_('Column', timeline = TRUE) ``` This throws out...