Skip to content
This repository was archived by the owner on Nov 12, 2020. It is now read-only.
This repository was 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

@saptarshiguha

Description

@saptarshiguha

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions