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