Joel Ostblom

Results 556 comments of Joel Ostblom

I don't think transforms accepts parameters yet. The docs mention that you can only use a number https://altair-viz.github.io/user_guide/transform/loess.html. This would need to be implemented in Vega-Lite before it becomes available...

Thank you @shivam200446 , just to clarify what I had in mind when opening this issue. I think we can add a short section to the interactive docs page (not...

> ...the equivalent in and not in membership operators will only be applied to the right-hand-side operand and not on the left-hand-side operand. Basically the list decide what it contains...

Thanks for working on this @ChiaLingWeng ! And for all you contributions recently! This will be a convenient addition. I am not sure where would be the best place for...

The issue with both of these approaches would be that they catch strings as well, which is why I went for explicitly stating the types not to iterate. But maybe...

Yes, exactly, that's the reason we need to avoid catching strings in this check. I would be in favor of developing our own types if there is a clear benefit...

Nice find @ChiaLingWeng ! I agree with @mattijn that we if we could re-implement this without having to import pandas that would be great (since it would help us make...

As I'm using vegafusion more, I'm noticing that some of these warnings are quite informative. For example, I didn't know that vega-lite automatically switched a line mark with an x2...

Based on https://github.com/hex-inc/vegafusion/issues/309, it seems like the VegaFusion widget renderer covers most use cases that the data-server was used for. It still makes sense to update the data-server to support...

Cool notebook! Thanks for working on this @thomascamminady ! I think this could fit as a turotial/case study, which we currently only have one of so that would be great...