Uncharted.BaseDatum (uncharted v0.2.0) View Source

Exposes a struct representing a basic data point

Link to this section Summary

Link to this section Types

Specs

t() :: %Uncharted.BaseDatum{
  fill_color: atom(),
  name: String.t(),
  values: [number()]
}