Open yasirs opened 9 years ago
The legend for lines should show lines, rather than circles (which look as if they represent markers for points). E.g., if I do
mtcars %>% ggvis(~wt, ~mpg) %>% group_by(cyl) %>% layer_lines(stroke = ~factor(cyl))
I get Also, I get a warning message:
In rbind_all(out[[1]]) : Unequal factor levels: coercing to character
Agreed. This is problematic for putting ggvis products into production.
The legend for lines should show lines, rather than circles (which look as if they represent markers for points). E.g., if I do
I get Also, I get a warning message: