Uncharted.LineChart.Line (uncharted v0.2.0) View Source

A struct representing a Line on a cartesian plane betwen two Uncharted.LineChart.Point structs

Link to this section Summary

Link to this section Types

Specs

t() :: %Uncharted.LineChart.Line{
  end: Uncharted.LineChart.Point.t(),
  start: Uncharted.LineChart.Point.t()
}