LiveChart.LineChart.Line (uncharted v0.1.0) View Source

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

Link to this section Summary

Link to this section Types

Specs

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