vegawidget / ggvega

Translator from 'ggplot2' to 'Vega-Lite'
https://vegawidget.github.io/ggvega/
Other
46 stars 3 forks source link

Use Vega-Lite classes #76

Closed ijlyttle closed 4 years ago

ijlyttle commented 4 years ago

The idea is to use the Vega-Lite classes directly, rather than using the quicktype classes.

This has become feasible because V8's engine is now fully ES6 compliant.

The first step is to switch over to VL classes using VL3. Once this is working, then we will switch from VL3 to VL4.