Skip to main content

PieChartSegment

Represents a segment in pie chart data

type PieChartSegment {
label: String!
value: Decimal!
percentage: Decimal!
color: String
}

Fields

PieChartSegment.label ● String! non-null scalar

Label for this segment

PieChartSegment.value ● Decimal! non-null scalar

Numeric value for this segment

PieChartSegment.percentage ● Decimal! non-null scalar

Percentage of total (0-100)

PieChartSegment.color ● String scalar

Optional color code for rendering

Member Of

OrderMetrics object ● SalesMetrics object

Was this page helpful?