Skip to main content

SparklineRowBlock

Block used to show a row with a large title and sparkline.

type SparklineRowBlock implements Block {
hideValueChange: Boolean
label: String
labelColor: String
largeStyle: Boolean
lineColor: String
link: BlockLink
rightLabel: String
title: String
values: [Float!]!
}

Fields

SparklineRowBlock.hideValueChange ● Boolean scalar

SparklineRowBlock.label ● String scalar

SparklineRowBlock.labelColor ● String scalar

SparklineRowBlock.largeStyle ● Boolean scalar

SparklineRowBlock.lineColor ● String scalar

SparklineRowBlock.rightLabel ● String scalar

SparklineRowBlock.title ● String scalar

SparklineRowBlock.values ● [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.

Implemented By

AllBlockTypes union