VegaLite.Export.to_html
You're seeing just the function
to_html
, go back to VegaLite.Export module for more information.
Specs
to_html(VegaLite.t()) :: binary()
Builds an HTML page that renders the given graphic.
The HTML page loads necessary JavaScript dependencies from a CDN and then renders the graphic in a root element.