Derek Gould

Results 9 comments of Derek Gould

Sorry, yeah I haven't had a chance to get back to this. My team has been hard at work implementing vega-lite into our product and this kinda fell on the...

@wmarques If all you need is a "responsive" grouped bar it's fairly easy to accomplish without faceting using a few transforms and a `labelExpr`: https://vega.github.io/editor/#/gist/2d591c1cea91c8281e27900240f058b8/grouped_bar_single_layer.json As for finishing up this...

Ok I think I have this in a good enough place to open this up for review. I need a bit of guidance about any additional unit/spec/visual tests that might...

I'm running into an issue with the PR checks on this one. I added a new example for regression testing but I can't get it to build when running `yarn...

Yeah there definitely seems to be an issue with how the fork is set up. The really weird thing is it was working when I originally created this PR and...

Sorry been working on some other things and haven't had a chance to get back to this. I'll hopefully have some time to make those changes soon.

Our priorities shifted quite significantly a couple months ago and I haven't had any time to get back to this. I was hoping I would be able to carve out...

I think the problem is babel auto-prepends "babel-plugin-" when searching for the plugin, e.g. try simply: `plugins: ['wildcard']`