scatter()
Spark helper for producing a matrix of scatter plotsVega()
class so Vega plots can be generated and rendered as well as existing Vega-Lite plots
- The
limit
parameter in the Spark plot helpers (e.g.withData
andhist
) has been moved to two Spark conf properties:spark.vegalite4s.limitCollect
: A boolean (defaulttrue
) that configures whether Spark datasets should be limitedspark.vegalite4s.maxRowsToCollect
: A long (default 10000) that dictates the limit for rows to collect
- The underlying Json schema produced before being rendered now uses a compact representation to reduce schema size
.withLayer()
plot helper function for producing layered plot specs.hist()
Spark helper for producing a matrix of histogram plots from a Dataset
- Updated the default Vega-Lite version to v3
- Null and Java BigInteger and BigDecimal datatype conversions
- Initial release