You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for this issue, I added width and height in config and it works,
since I saw they are 0 in signal viewer, not sure if this info helps
{"width": 200,
"height": 200}
Given the following vega-lite spec:
I see:
Open the Chart in the Vega Editor
It seems it is not possible to facet an arc-mark.
Removing the
"column": {"field": "c", "type": "nominal"}
gives a single chart:Altair python code:
Related: #3729
The text was updated successfully, but these errors were encountered: