SetupVega
io.github.quafadas.plots.SetupVega
object SetupVega
Provides a convenient single-import setup for Vega visualization capabilities.
This object aggregates and re-exports all essential types and implicits needed to create Vega visualizations, but does not include a rendering target (e.g., browser, file). Users should import from this object when they want to define Vega specifications and will configure the output target separately.
Exports include:
Plottableinstances for converting data types to visualizationsvegaFlavourfor specifying Vega vs Vega-Lite- Circe JSON given instances for serialization
VegaPlotmacro for compile-time spec validationVegaSpectype for representing Vega specifications- Circe
Jsontype andjsonstring interpolator for JSON construction
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
SetupVega.type
Members list
In this article