Joel Ostblom

Results 517 comments of Joel Ostblom

@jwoLondon @domoritz Wow it is so cool that this works with the calculate transform and `datum[param_name]` syntax! :star_struck: I think that largely covers the use case I wanted to have...

Since `datum` also accepts `expr`, maybe once https://github.com/vega/vega-lite/pull/7463 is merged it would be possible to skip the calculate transform in @jwoLondon 's answer and instead use a `datum` containing an...

Thanks, that sounds like a useful workaround. I tried for a bit right now, but can't quite figure out where to place the resolve and from the last two comments...

Just ran into this and wanted to add that it seems like the `labelAlign` value changes silently when `labelAngle` is set, which is rather confusing. In the following spec, the...

Thanks for the reply @PBI-David! Wouldn't it be convenient if Vega-Lite resolved the order of the data sources on the Vega level as I suggested above regardless of the order...

@kanitw Is there any chance of having this issue reopened even if it is not in the part of the immediate future (I can also open a new issue if...

For reference, I started a related discussion in https://github.com/vega/vega-lite/issues/8067 with some examples.

Although there is no dedicated mark for this yet I noticed that #5066 has been implemented so is is it possible to manually map the area width/height to the density...

I am planning to use VL/Altair for a course I will be teaching several months from now where we will need to create violinplots. Since it was mentioned in #4384...

Thanks for the update! Yes I will be mixing from that and a few other courses I have developed previously. This one is going to have more emphasis on comparing...