Jeffrey Heer

Results 119 comments of Jeffrey Heer

Yes, this would be a nice feature. However, canvas size limitations vary by browser, device, and over the course of time. Browsers do not provide a direct means of requesting...

A couple thoughts: 1. If we do this, doesn't it preclude the use of timestamps as inputs? (Yes, we could check the value and use timestamps for larger integers, but...

Technically this would require a breaking change, so we should probably shelve it for the time being. That said, in the future we could consider updating the date parsing as...

LGTM, but the test scenes in `packages/vega` need to be updated to match these changes (see the `GENERATE_SCENES` flag in `packages/vega/test/scene-test.js`).

I agree that would be useful, but it currently is not supported. I'll mark this as a feature request, but I don't know if/when we will get to it. So...

@AlexAbes The following JS function will generate an array of unique values of the `property` field for a given `data` array. You can use the return value as the `options`...

Let's just ask @mbostock: Mike, do you (and Observable) support adding your new `obserable10` color palette as an option within Vega / Vega-Lite, without directly depending on d3-scale-chromatic?

For simplicity and to avoid bloat I would recommend that we _not_ add a new dependency in this PR -- just add the palette within our existing setup. If we...

cc: @domoritz @lsh

Thanks for the issue. The issue stems from the significant changes made to support multi-line text and subtitles. Rather than place a single text item, the title layout now must...