Labels

A headless component used to give your visualization a header and/or axis labels.

Example


API

Labels(props: LabelsProps) => null


LabelsPropsinterface

namedescription
header?

An element or string placed above the visualization area — a great place for a title or anything else you'd like

React.ReactNode
x?

Used to label the x axis

string
y?

An element or string used to label the y axis

React.ReactNode