Skip to main content

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

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