PieChartLegendValues🔗Select values to display in the legend.Percent: The percentage of the whole.Value: The raw numerical value.Definition🔗type PieChartLegendValues string const ( PieChartLegendValuesValue PieChartLegendValues = "value" PieChartLegendValuesPercent PieChartLegendValues = "percent" )