Procs
proc ggvegaCreate(p: GgPlot; vegaDraw: VegaDraw): JsonNode {....raises: [Exception, ValueError, KeyError, FormulaMismatchError, AestheticError, IOError, OSError, JsonParsingError], tags: [RootEffect, ReadIOEffect, WriteIOEffect].}
- Source Edit
proc toVegaLite(p: GgPlot; filledScales: FilledScales; theme: Theme; width, height: float): JsonNode {....raises: [IOError, OSError, JsonParsingError, ValueError, Exception, KeyError, FormulaMismatchError], tags: [ReadIOEffect, WriteIOEffect, RootEffect].}
- converts a GgPlot object to a vega-lite conform JsonNode Source Edit