LiveChart (uncharted v0.1.0) View Source
LiveChart keeps the contexts that define your domain and business logic.
Contexts are also responsible for managing your data, regardless if it comes from the database, an external API or others.
Link to this section Summary
Link to this section Types
Specs
chart() :: LiveChart.BaseChart.t() | gen_chart()
Specs
color_name() :: String.t()
Specs
dataset() :: LiveChart.ColumnChart.Dataset.t() | LiveChart.PieChart.Dataset.t()
Specs
gen_chart() :: %{ title: String.t(), colors: %{required(color_name()) => String.t() | LiveChart.Gradient.t()}, dataset: dataset() }