BaseXAxisProps
The BaseXAxisProps type describes props shared by all x-axis configurations.
{
className?: string;
title?: string;
tickCount?: number;
}| Type | Description | |
|---|---|---|
className? | string | An optional string that will be added to the class attribute of the x-axis SVG group element. |
title? | string | An optional title to use for the x axis, defaulting to the x |
tickCount? | number | An optional preferred number of ticks to render on a continuous x axis. |
Since
v8.5.0