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

A struct representing a Point on an x, y coordinate chart

Link to this section Summary

Link to this section Types

Specs

t() :: %Uncharted.LineChart.Point{
  fill_color: atom(),
  label: String.t(),
  x_offset: Float.t(),
  y_offset: Float.t()
}