PieChartLabels
Select labels to display on the pie chart.
Name - The series or field name.
Percent - The percentage of the whole.
Value - The raw numerical value.
Definition
type PieChartLabels string
const (
PieChartLabelsName PieChartLabels = "name"
PieChartLabelsValue PieChartLabels = "value"
PieChartLabelsPercent PieChartLabels = "percent"
)