Pie Chart
Pure SVG solid pie chart using arc paths. Legend with percentage labels. No JS.
data pie-chart
Usage
data.PieChart(data.PieChartProps{
Slices: []data.DonutSlice{
{Label: "Go", Value: 45, Color: "#00ADD8"},
{Label: "Other", Value: 55},
},
})