Skip to content
This repository has been archived by the owner on Feb 9, 2024. It is now read-only.

strokeDash property has no legend #187

Open
wch opened this issue Jun 10, 2014 · 0 comments
Open

strokeDash property has no legend #187

wch opened this issue Jun 10, 2014 · 0 comments

Comments

@wch
Copy link
Contributor

wch commented Jun 10, 2014

Vega presently doesn't support strokeDash in legends.

df <- data.frame(x = rep(c(0,1), 6), g = gl(6, 2))
df %>% group_by(g) %>%
  ggvis(x = ~x, y = ~g) %>%
  layer_paths(strokeDash = ~g)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant