Skip to content
This repository has been archived by the owner on Nov 12, 2020. It is now read-only.

tooltips for line charts to show a tip for every point in a line #34

Open
saptarshiguha opened this issue Aug 15, 2018 · 0 comments
Open

Comments

@saptarshiguha
Copy link

Hello,
I have code like

u=vegalite(title="FOO",viewport_width=320,viewport_height=260) %>%
  add_data(s)  %>%
  encode_x("date", "temporal") %>%
  encode_y("PctOn", "quantitative") %>%
  mark_line()

I'm using vegalite installed via devtools. When I hover over the line, the tool tip (really nice, thanks!) shows only the values from the last point in the series. The data set has 90 values, would it be possible to show the tooltip for every value?

Thanks much

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant