vegas-viz / Vegas

The missing MatPlotLib for Scala + Spark
MIT License
730 stars 98 forks source link

Vega-lite 2 #109

Closed hadim closed 7 years ago

hadim commented 7 years ago

Hello,

We are investigating the use of your library into the Scijava Jupyter Kernel and so I was wondering if you are planning to upgrade Vegas to the upcoming Vega-lite 2?

Thank you

rgbkrk commented 7 years ago

Once released, certainly so. We'll want to target 'application/vnd.vega.v3+json' and 'application/vnd.vegalite.v2+json' as in https://github.com/altair-viz/altair/pull/216/files#diff-17a20b3d62216a8cb5fc9108399964ecR20

hadim commented 7 years ago

Awesome.

But do you mean Vega 3? I thought Vega-lite 2 was based on Vega 3.

rgbkrk commented 7 years ago

Ah yeah. Today we'll support the vega.v2 and vegalite.v1 mimetypes in Jupyter frontends, and after vega* next release we'll support the new versions.

hadim commented 7 years ago

By the way, you might be aware but in case you don't know, Vega and Vega-lite renderers will be shipped by default in the next JLab release: https://github.com/altair-viz/jupyter_vega/issues/35 (and in the Notebook in a near future).