VegaLite.Export.save-exclamation-mark

You're seeing just the function save-exclamation-mark, go back to VegaLite.Export module for more information.
Link to this function

save!(vl, path, opts \\ [])

View Source

Specs

save!(VegaLite.t(), binary(), keyword()) :: :ok

Saves a VegaLite specification to file in one of the supported formats.

Options

  • :format - the format to export the graphic as, must be either of: :json, :html, :png, :svg, :pdf. By default the format is inferred from the file extension.