PieChartSlice
Represents one slice of a pie chart.
type PieChartSlice implements Block {
color: String!
label: String!
link: BlockLink
value: Float!
}
Fields
PieChartSlice.color ● String! non-null scalar
PieChartSlice.label ● String! non-null scalar
PieChartSlice.link ● BlockLink object
PieChartSlice.value ● Float! non-null scalar
Interfaces
Block interface
Base interface that all block types implement.
A "Block" is a UI component that report pages are made up of. The block names correspond to react components on the frontend.
Member Of
PieChartBlock object