Christopher Davis
Christopher Davis
Not that I know of? I've tried searching that page for the word "array", and have skimmed through the examples and haven't seen anything that looks similar to the list/array...
Thanks for the question! Would it be satisfying to just make your Altair chart `chart`, get the corresponding json `chart.save('chart.json')`, and then bring that over to Vega-Lite? I really am...
Thanks for the reply @sfc-gh-cheliu! Regarding your last question: > Do you have any comments on how to add new parameters in altair (and they will become part of the...
Hi @sfc-gh-cheliu, Hmm, I'm not totally sure. Based on the screenshots you provided [here](https://github.com/vega/vega-tooltip/pull/820#issue-1916121414), it looks like your changes are working in the Vega-Editor, so I don't think there's anything...
@sfc-gh-cheliu Unfortunately I think we've reached the limits of my understanding! I tried to look a little more closely just now, and actually hadn't noticed before that your code lives...
Hi @kanitw, I hope @joelostblom will correct me if I'm wrong, but I think [this spec](https://vega.github.io/editor/#/url/vega-lite/N4Igxg9gdgZglgcxALlANzgUwO4tJKAFzigFcJSBnAdTgBNCALFAZgAY2AacaYsiygAlMiRoVYcAvpO50AhoTl4QpAE4AbFCDGEADpWQB6Q2DpQAdACtKdTOrhpV5qJkKGougLaG0mBHIBaeUVKV0oAATQARnMAJgBOczZDYLkTOVVKK0poEBkQTwyAa2VCAE9dTC17FxBuEkJMVV0IdQUq5BAazAyAsHUIULo87kwoSDoSJFQeAdVleDthzoB5VUQSOpByyq0oCE8SOU1820U4TRnF9WWQIswyrZ2OkH3DqGORkHh1S9Br25rDZQJ4VF5vI4nbiUQiqCD3BZYG5aIEITbcZ57A6Qr4AD0RSy0AFkLphKAB9SqqckAcWOAxBGLBWgAjqQ5EQ4IpiL4vo8rkjAes0YztszOhCPlCQGUVjAYKFxALCZ00MdSFUmbtOmyOcRuQ4qtJuIwRAgxChYhwMaoOZQYBBVJ4UABtUC2KCULn8kAk9RkylNWn03KjXGNIiugDsnAArGwALrcBBw0i6ABG-JdIFRmyTIDklFdvtJFKpwd+oZAHq95RACZk+GOYFIbUaWiCClInnMNe9W0LWj75ViI3+rWW2eHj1kY1rZVHDfzABJKGBTYUtDp9EYfH45OY0UxSOnzHAIIY1xu0r5-AF7I0fLHzFFnzFrLlJEA) is an example of one where, if you remove the `"interpolate": "linear-closed"`, it stops...
I was thinking about this a little and unfortunately I don't see a great option. I tried deleting the part of the Altair code that raises an error if there's...
I just want to make note of two comments by @mattijn that are possibly relevant to this discussion: https://github.com/altair-viz/altair/issues/2868#issuecomment-1418209553 and https://github.com/altair-viz/altair/issues/2868#issuecomment-1418243196
Thanks @joelostblom! I'm not sure yet which version of JupyterLab will include this fix, but I'll try to remember to keep an eye on the releases (and let me know...
Hi @mattijn, I was looking at a variant of your example https://github.com/vega/vega-lite/issues/7854#issuecomment-1315551841 above. Here is the version I was looking at: [Open the Chart in the Vega Editor](https://vega.github.io/editor/#/url/vega-lite/N4IgJghgLhIFygG4QDYFcCmBneBtUscAjADQgBG8pIAxlWWFQL4kHwBMZlcnt94zViEIBmLvzo8GHFmzgAWcVL7LGPJgF0WIAGYQaGKPFA6AlhhRq+ZKAE8ADhnggAdgHsAtqZeoQ2+xAAThAeOHD4riFOcCBYFhg0UBiMZHEoCUYIIHaOzvZu3kZkZhZgYbgCWlzeVukA5hguKSCI5gDu5S3tAPpEIFoaqY6SoD4e0V0Ybb0gZB5BANbG2Q4TKN5OZPmF8HoocdqNNG5g3nXLxyhugcslls7NORPuXj4ofmQAHrfm9zGwNlWzgAjmgIC4oKYYJDEE5tLYfqVnJRAbkYqDwZDoaZYR8QG4AjQoQisscmlDTG4XMtkOhotQAsEPM40hlknjaZh4AAGAB07AArExhWQACRYGgACww82ckqgUHsWDgAHoVbC6hBeXUoZK0OReZSVRLpfN1RhNQBadZJdUC-m8vkAKywVL8QA). My version...