Loading a chart exported with vega fusion into an alt.Chart #566
Answered
by
jonmmease
govinda-kamath
asked this question in
Q&A
-
I was trying to load an altair chart that I exported using VegaFusion back into altair, but it seems to break. Is there a way I can do it?
The last statement fails with the following error
|
Beta Was this translation helpful? Give feedback.
Answered by
jonmmease
Jun 23, 2025
Replies: 1 comment
-
Hi @govinda-kamath, this isn't possible unfortunately. The reason is that Altair is based on Vega-Lite, which compiles into Vega (the lower level format), while VegaFusion works at the Vega level. And it's not possible to convert Vega back to Vega-Lite |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
govinda-kamath
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @govinda-kamath, this isn't possible unfortunately. The reason is that Altair is based on Vega-Lite, which compiles into Vega (the lower level format), while VegaFusion works at the Vega level. And it's not possible to convert Vega back to Vega-Lite