Christopher Davis

Results 83 comments of Christopher Davis

I'll try to look over this stuff carefully in the next few days.

@mattijn I took a closer look at Arvind's example you linked in https://github.com/vega/vega-lite/issues/8348#issuecomment-1399528866. In that example, we have ``` "views": [ ["child__column_distance", "layer_0"], ["child__column_delay", "layer_0"], ["child__column_time", "layer_0"] ] ``` In...

Thanks for checking it out @mattijn. Think of my comment above as having nothing to do with Altair at this point. (My idea is that once the issue from Arvind's...

Thanks for the report! To me at first glance this seems like a Vega-Lite issue: [Open the Chart in the Vega Editor](https://vega.github.io/editor/#/url/vega-lite/N4Igxg9gdgZglgcxALlANzgUwO4tJKAFzigFcJSBnAdTgBNCALFAZgAY2AacaYsiygAlMiRoVYcAvpO4AbAIYBPTACcUAbVABbeSoDWeEIUUAHTChAmIJcTJCYokOiSSoQAD0PxMsuhcEQKpSYVtiqINyUYPKy5m7GZhayEEh2CXEgAI6k8kRwhPLEaOZ2il5YvhYAsnCxlAD6Zir1AOIxyVARRqYZ2bnEBUUl0pzaugbxPUkkJdwOTi6Gnm7elcggAUEhEGFqkdGxhulJKSBpU+t9eYNwxWfcZSsVfus1dY2qre3QXceXOddCrdhtxCCpcpQYIEtBpQD91ptgqFwtwVJgEGjKJQ4PCQG9MA0ml9ZB0zgBdSRk7h0QryQxQeRaDI0goAWgATABWOh0dkAFk5MDYmDAAA52QA2ACMnIlYCl7HZUolAHZ+QBOTAwdkse4gAAkUUYmB0FjEhBMlGQAHprcUEPIAHQIfKMUgAI0dOOtRpN8jt6PkrNk+Uwds5jplkcdACtKD9qbTgoRKIYWUGuTz+YLhWLJTK5Qq2ErVRqtTrYRtAkiduFkBLuPjCZ82iT4aKZKBEdtdigpY3agSPs1W6TkHzO1Wtsi1OOB+8iaP4RLJ92Zyg+fOh4vvp1kCxKdIgA). I tried searching Vega-Lite issues but didn't see...

Thanks @robna for investigating this further! Would it make sense to open an issue with Vega-Lite? https://github.com/vega/vega-lite/issues

Hi @mattijn, that sounds fine to me. The reason I proposed aliases for some of these like `BinParams` but not others was just for symmetry with the Property Setters. For...

That's very elegant @binste! I was wondering if an inelegant solution might be to layer a green chart on top of the right-hand purple chart, and then use a `transform_filter`...

Thanks for reporting this! I tried using your code just now in Safari and in Chrome and didn't have a problem. Have you tried opening a new notebook (maybe after...

@joelostblom's suggestion has also worked for me in the past, although I would have thought opening in different browsers would provide something similar... I compared my version numbers and many...

Thanks @mattijn! Do you know anywhere that this array functionality is described on the Vega-Lite side?