LiveChart.BaseChart (uncharted v0.1.0) View Source

Base camp for all of your LiveChart needs.

Link to this section Summary

Link to this section Types

Specs

t() :: %LiveChart.BaseChart{
  colors: %{required(color_name()) => String.t() | Gradient.t()},
  dataset: LiveChart.dataset(),
  title: String.t()
}