ChartHeader

The ChartHeader component is used when creating new static or interactive charts, particularly with Chart Maker. By default the chart header has a title and a subtitle.

Simple example

The simplest example fo the chart header will render placeholders for the title and subtitle of the chart.

Chart title

Chart subtitle

<ChartHeader />

ChartHeader props

Name
Type
Default
title
string
"Chart title"
subtitle
string
"Chart subtitle"
titleProps
object
subtitleProps
object