Skip to content

Releases: procyon-rs/vega_lite_3.rs

0.2.4

01 Dec 16:07
Compare
Choose a tag to compare
  • added examples
  • enabled features show_vega, csv, ndarray by default
  • updated to Vega-Lite v3.4.0
  • fixed issue around missing or null values #5
  • derived Default for all struct where possible
  • derived From<T>for all enum with a unitary variant of type T #11