Jonathan Zong
Jonathan Zong
check the manipulator classes. it might not be accounting for group offsets
here's the problem line -- i recommend commenting it out for now to get your things working, and i think there can be a separate conversation later about whether this...
https://github.com/vega/lyra/commit/1ed8084b2ecbadc11b62ad114e2395b50e70066d tabling this because it's unclear what the desired behavior should be / whether it is something people would actually want in practical situations. also, would take some work refactoring...
great work implementing the earlier feedback! your approach in cleanHistorySpec looks right to me. left one comment for one last refactoring task then you're good to go
Hi @dprophet, There are two working branches for Lyra 2 right now. `lyra2` is the most recently working version that is usable, but it does not yet have all functionality...
awesome work! i left some comments, questions, and suggestions. exiting to see this getting so close!
Hi! I just wanted to see if there had been any changes to Date inference since this discussion. In Lyra, we've been loading datasets from `vega-datasets` through `datalib` and noticing...
disable group dropzones for now
this looks good! requested behaviors: - when deleting a color scale, the marks disappear. if the encoding is "fill" can we replace the value with a default instead of dropping...
I was hoping for this too. In a data provider, the `component` property allows you to arbitrarily render the suggestions in the autocomplete list, but the `output` text itself has...