Joel Ostblom
Joel Ostblom
Thanks for working on this Jon! It seems the previous error is fixed, but the chart is not showing up for me still. The new error I'm seeing is the...
I tried the file in both chromium and firefox and I can see the chart just fine without any message in the console log. Running jupyterlab in the same two...
That file also works fine. In fact, I can even display it inside the notebook via `IPython.display.HTML`, but the same approach does not work if I save the chart I...
Running the following code gives an error on the two first cell executions, but on the third execution the chart shows up: ```py from IPython.display import HTML import altair as...
Related to improving the experience of modifying chart styles is making it easier to modify common elements in existing themes, e.g. setting a larger default font size as tracked in...
I think that could be interesting, do you mean with a full interactive cell so that readers could interact with individual options in the theme? Rather than just a dropdown...
> From my (limited) understanding, a 1:1 copy should be possible. If we were to do a one to one copy, wouldn't it be easier to contribute the new themes...
Ah I see, yes I think that could be helpful, especially the second part about people creating themes being able to quickly try them out with multiple charts!
Might also be related to https://github.com/vega/vega-lite/issues/8675 which was reported in Altair here https://github.com/vega/altair/issues/3481.
Forgive me if there is something I am misunderstanding, but it seems like all the issues reported here could stem from VegaLite not handling the `sort` keyword correctly when faceting...