Uncharted.PieChart.PieSlice (uncharted v0.2.0) View Source

A struct representing pie chart slice display properties.

Link to this section Summary

Link to this section Types

Specs

t() :: %Uncharted.PieChart.PieSlice{
  fill_color: atom(),
  label: String.t(),
  percentage: Float.t()
}