Skip to main content

HorizontalBarChartBar

Represents one bar of a bar chart.

type HorizontalBarChartBar implements Block {
barColor: String!
barPercent: Float!
label: String
leftLabel: String
link: BlockLink
rightLabel: String
}

Fields

HorizontalBarChartBar.barColor ● String! non-null scalar

HorizontalBarChartBar.barPercent ● Float! non-null scalar

HorizontalBarChartBar.label ● String scalar

HorizontalBarChartBar.leftLabel ● String scalar

HorizontalBarChartBar.rightLabel ● 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.

Member Of

HorizontalBarChartBlock object