VegaLite.to_spec

You're seeing just the function to_spec, go back to VegaLite module for more information.

Specs

to_spec(t()) :: spec()

Returns the underlying Vega-Lite specification.

The result is a nested Elixir datastructure that serializes to Vega-Lite JSON specification.

See the docs for more details.