Deneb.Chart (Deneb v0.1.0) View Source

Vega-lite chart implementation

Link to this section Summary

Types

t()

chart properties

Link to this section Types

Specs

t() :: %Deneb.Chart{
  encoding: Deneb.Encoding.t() | nil,
  mark: Deneb.Mark.t() | nil,
  projection: Deneb.Projection.t() | nil,
  raw: String.t() | map() | nil,
  transform: Deneb.Transform.t() | nil
}

chart properties

Link to this section Functions

Link to this function

concat(charts, columns \\ 2, base_chart_opts \\ [])

View Source
Link to this function

hconcat(charts, base_chart_opts \\ [])

View Source
Link to this function

layer(charts, base_chart_opts \\ [])

View Source
Link to this function

new(mark, encoding, transform \\ nil, projection \\ nil)

View Source
Link to this function

vconcat(charts, base_chart_opts \\ [])

View Source