Skip to content

PieChart

PieChart(list-of-values)

plot a pie chart from a list-of-values.

Examples

>> PieChart({25, 33, 33, 10})

Implementation status

  • ✅ - full supported

Github