Jeffrey Heer

Results 166 comments of Jeffrey Heer

Hi @declann, unfortunately you're running up against a current limitation of vgplot. The `Fixed` domain setting fixes the domain based on the first values it sees. For many mark types...

@xuanhun I do not know when we will start it. Vega is an open-source project in large part driven by volunteer effort. There are plenty of features we'd love to...

Vega 2 did create a wrapping group internally (and not always in a 100% correct manner). Vega 3 makes this more explicit (and correct) at the cost of some extra...

Regardless of name, the exact semantics for this are a bit tricky. For line/area/trail marks, `defined=false` still involves a corresponding scenegraph item, representing a point that participates in the overall...

Hi @derdem, an alternative solution for your case might be to set the text `fillOpacity` to zero when the slices are small. If helpful, you could use reactive geometry (that...

Yes, setting the text content to the empty string is a perfectly reasonable alternative. However, I would be rather surprised to see a perceptible performance difference between the options here....

Thanks @kanitw, setting to `null` in Vega should be used instead of `"none"`.

Thanks! I think this makes sense for `symbol` marks, which have an unambiguous point location. Probably for `image` marks, too, handled similarly to `text` marks (with placement relative to a...

Thanks @danmarshall. Many of the underlying DuckDB string methods that we call (`contains`, `starts_with`, `ends_with`) for these selections are case-sensitive. So we will need to add an option (at the...

> Checking this noticed theres an inconsistency in what gets selected in the table and what gets shown in the `search` dropdown Yep, the autocomplete list is currently managed purely...