Deneb.Chart (Deneb v0.2.2) View Source
Vega-lite chart implementation
Link to this section Summary
Link to this section Types
Specs
t() :: %Deneb.Chart{
encoding: Deneb.Encoding.t() | nil,
mark: Deneb.Mark.t() | nil,
projection: Deneb.Selection.t() | nil,
raw: String.t() | map() | nil,
selection: Deneb.Projection.t() | nil,
transform: Deneb.Transform.t() | nil
}
chart properties