This repository has been archived by the owner on Apr 9, 2024. It is now read-only.
Releases: altair-viz/altair_saver
Releases · altair-viz/altair_saver
Version 0.5.0
Version 0.4.0
Version 0.3.1
Fix bug in detecting npm binary path (#42)
Version 0.3.0
Behavior changes
save()
now returns the serialized chart iffp
is not specified (#41).fmt="json"
now saves the input spec directly for both vega and vega-lite input.
Additionally, thejson
format inrender()
outputs a JSON mimetype rather than
a vega-lite mimetype (#34).render()
andsave()
with HTML format now have astandalone
argument
that defaults to True forsave()
and False forrender()
, so that HTML
output will work better in a variety of notebook frontends (#33).- HTML and Selenium output now respects embedding options set via
alt.renderers.set_embed_options
(#30, #31).
Maintenance
- much improved documentation & test coverage.