Jeffrey Heer
Jeffrey Heer
Flagging this as a feature request. As Dominik noted, I think the best way to proceed would be to use d3-contour but retrieve the underlying KDE raster rather than the...
It seems like there are two different feature requests here: 1. Add support to calculate bar widths in a "data-driven" way for continuous time scales. 2. Add a new _discretizing_...
I think it could support either case. As I was musing in the last paragraph above, I think the core operation here is to determine a time unit from a...
This request is not a high-priority item for the Vega team at the moment. However, we would be more than happy to review any 3rd party contributions of a new...
Maybe take a look at Vega 3 first? For example at the configuration options at vega-parser. There are a number of changes, some of which address issues you raise.
There has not been any progress on this to-date as we don't have someone with the spare cycles to work on it. If anyone is interested, the vega-scenegraph package would...
Thanks for the suggestion (and links)! I agree that it would be nice to be able to support this. However, Vega currently relies on the basic text rendering features of...
Thanks for the PR, and apologies for the delayed review. I'm a bit skeptical of annotating the runtime with specification source: this violates a "separation of concerns" across levels of...
Thanks! This looks like a Vega-Lite issue, but one that stems from the helper method `vlSelectionTest` which is implemented here within Vega... so I think it's likely that the issue...
As you note, the issue here is where to add the complexity. The request should be relatively simple to implement in Canvas but more complicated in SVG, as it can...