Boxart.Render.PieChart.PieChart (Boxart v0.3.2)

Copy Markdown View Source

A pie chart with title and slices.

Summary

Types

t()

@type t() :: %Boxart.Render.PieChart.PieChart{
  show_data: boolean(),
  slices: [{String.t(), number()}],
  title: String.t()
}