StackedBarChartBlock
Block used to show a bar chart with multiple groups and a total line
type StackedBarChartBlock implements Block {
data: [StackedBarChartDataPoint!]!
groupColors: [String!]!
link: BlockLink
}
Fields
StackedBarChartBlock.data ● [StackedBarChartDataPoint!]! non-null object
StackedBarChartBlock.groupColors ● [String!]! non-null scalar
StackedBarChartBlock.link ● BlockLink object
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.
Implemented By
AllBlockTypes union