LiveChart.BaseDatum (uncharted v0.1.0) View Source

Exposes a struct representing a basic data point for a LiveChart.

Link to this section Summary

Link to this section Types

Specs

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