HorizontalBarChartBlock
Block used to show a vertically scrolling chart of horizontal bars.
type HorizontalBarChartBlock implements Block {
bars: [HorizontalBarChartBar!]!
link: BlockLink
smallBarStyle: Boolean
topRightLabel: String
}
Fields
HorizontalBarChartBlock.bars ● [HorizontalBarChartBar!]! non-null object
HorizontalBarChartBlock.link ● BlockLink object
HorizontalBarChartBlock.smallBarStyle ● Boolean scalar
HorizontalBarChartBlock.topRightLabel ● String 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